What problem does it solve? Chrome extension development fails frequently due to subtle Manifest V3 pitfalls: missing icon files, unopenable side panels, CSP-blocked code execution, ephemeral service worker state, and Chrome Web Store rejections from vague permission justifications. This Skill encodes the mandatory rules and publishing workflow that prevent these failures. ## Core Features & Use Cases - Manifest V3 Development Rules: Enforces 18 mandatory rules covering icons, side panels, sandboxed code execution, service worker state management, tab/desktop capture, offscreen documents, and message passing. - API Reference Library: Provides detailed guides for content scripts, context menus, declarativeNetRequest, DevTools panels, omnibox, chrome.identity authentication, and the Prompt API. - Chrome Web Store Publishing: Manages a CHROMEWEBSTORE.md file tracking listing copy, permission justifications, privacy disclosures, version history, and a pre-publish review checklist. - Use Case: When asked to build a page summarizer extension, it generates a working Manifest V3 project with a side panel, correct permissions (tabs + host_permissions instead of activeTab), and prepares the store listing documentation. ## Quick Start Use the chrome-extensions skill to build a Manifest V3 extension that highlights search terms on any webpage and prepare it for Chrome Web Store submission.