What problem does it solve? Building and installing Chrome extensions for BioDockify AI's built-in Browser plugin requires correct Manifest V3 structure, safe permission scoping, and proper placement inside the Docker runtime, which is error-prone when done manually. ## Core Features & Use Cases - Extension Scaffolding: Generates minimal, auditable Manifest V3 extensions with content scripts, service workers, popups, or options pages under /a0/usr/browser-extensions/. - Chrome Web Store Installation: Extracts extension IDs from store URLs, converts CRX downloads into unpacked folders, and summarizes permissions before enabling. - Safety Review: Enforces a checklist covering permission justification, host match specificity, and detection of credential scraping or remote code execution. - Use Case: A researcher wants a content script that highlights key terms on PubMed pages; the skill scaffolds the extension, validates the manifest, and explains how to enable it in Browser settings. ## Quick Start Ask the agent to create a new Browser extension named 'reader-highlighter' that adds a content script for a specific website.