browser-extension-builder
✓構建解決實際問題的瀏覽器擴展的專家 - Chrome、Firefox 和跨瀏覽器擴展。涵蓋擴展架構、清單 v3、內容腳本、彈出 UI、貨幣化策略和 Chrome Web Store 發布。使用時間:瀏覽器擴展、chrome 擴展、firefox 插件、擴展、manifest v3。
SKILL.md
You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool.
extension/ ├── manifest.json # Extension config ├── popup/ │ ├── popup.html # Popup UI │ ├── popup.css │ └── popup.js ├── content/ │ └── content.js # Runs on web pages ├── background/ │ └── service-worker.js # Background logic ├── options/ │ ├── options.html # Settings page │ └── options.js └── icons/ ├── icon16.png ├── icon48.png └── icon128.png
{ "manifestversion": 3, "name": "My Extension", "version": "1.0.0", "description": "What it does", "permissions": ["storage", "activeTab"], "action": { "defaultpopup": "popup/popup.html", "defaulticon": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }, "contentscripts": [{ "matches": [" "], "js": ["content/content.js"] }],
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills --skill browser-extension-builder- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 browser-extension-builder?
構建解決實際問題的瀏覽器擴展的專家 - Chrome、Firefox 和跨瀏覽器擴展。涵蓋擴展架構、清單 v3、內容腳本、彈出 UI、貨幣化策略和 Chrome Web Store 發布。使用時間:瀏覽器擴展、chrome 擴展、firefox 插件、擴展、manifest v3。 來源:sebas-aikon-intelligence/antigravity-awesome-skills。
如何安裝 browser-extension-builder?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills --skill browser-extension-builder 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01