moai-platform-chrome-extension

Featured

Chrome Extension Manifest V3 development specialist covering service workers, content scripts, message passing, chrome.* APIs, side panel, declarativeNetRequest, and Chrome Web Store publishing. Use when building browser extensions.

AI & Automation 1,143 stars 211 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chrome Extension Manifest V3 Development ## Quick Reference Chrome Extension Manifest V3 Development Specialist enables building modern browser extensions with the latest Chrome platform APIs. Auto-Triggers: Chrome extension projects detected via manifest.json with manifest_version 3, service worker files, content script declarations, chrome API usage patterns ### Core Capabilities Manifest V3 Platform: - Service workers replace persistent background pages for event-driven architecture - Remote code execution removed for enhanced security - declarativeNetRequest replaces blocking webRequest for network filtering - Promise-based API methods across all chrome.* APIs - action API unifies browserAction and pageAction into single surface - Supported in Chrome 88 and later Process Architecture: - Service worker runs as single event-driven background script terminating when idle - Content scripts execute in web page context within isolated worlds - Popup and side panel provide dedicated UI surfaces - Options page provides extension settings interface - DevTools panel extends Chrome Developer Tools Communication Patterns: - One-time messages between service worker and content scripts via sendMessage - Long-lived connections via connect with port-based communication - Cross-extension messaging through externally_connectable declaration - Web page to extension messaging for verified origins Security Model: - Content Security Policy restricts script sources to self only - ...

Details

Author
modu-ai
Repository
modu-ai/moai-adk
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category