Browser Extension Builder
中级development最低上下文:32K
Builds cross-browser extensions on Manifest V3 with background service workers, content scripts, popup and options UIs, and message passing. Covers permissions scoping, storage sync, context menus, and store submission requirements for Chrome, Edge, and Firefox. Emphasizes least-privilege permissions and secure content-script isolation.
使用场景
- Scaffolding a Manifest V3 extension with popup and options pages
- Adding a content script that safely modifies a page
- Implementing message passing between background and content scripts
- Scoping least-privilege permissions
- Preparing an extension for Chrome Web Store submission
示例提示词
Build a Manifest V3 browser extension that highlights and saves selected text on any page. Include: 1. manifest.json with least-privilege permissions 2. A content script for selection and highlighting 3. A background service worker for storage 4. A popup to view saved highlights 5. Cross-browser notes for Chrome and Firefox
推荐模型
兼容工具
claude-codecursorkiroany
模态
输入: text, code
→输出: text, code
相关 Skills
作者
OpenModels Community