get_chrome_extensions
Retrieve popular Chrome Web Store extensions by category, sort method, and count. Uses curated data for known extensions due to lack of public API.
Instructions
Get popular Chrome Web Store extensions. Note: Chrome Web Store doesn't have a public API, so this returns curated data for known popular extensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Extension category (productivity, developer-tools, etc.) | productivity |
| sort_by | No | Sort method | popular |
| limit | No | Number of extensions to return | |
| use_cache | No | Whether to use cached data |