chrome-extension-creator

Scaffold MV3 Chrome extensions with manifest, service worker, and content scripts.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Stephensmetana/skill-scrolls --skill chrome-extension-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-extension-creator
Source: https://github.com/Stephensmetana/skill-scrolls/tree/main/chrome-extension-creator
Command: npx skills add https://github.com/Stephensmetana/skill-scrolls --skill chrome-extension-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines creating MV3 Chrome extensions by generating a complete project scaffold with manifest, background service worker, content scripts, popup, and optional components, so you can ship extensions faster.

Core Features & Use Cases

  • Scaffold a complete MV3 extension with a wired manifest and file structure
  • Configure optional components (content scripts, popup, side panel, options, background)
  • Follow MV3 security and best practices with a built-in workflow and templates
  • Use Case: Prototype new extension ideas quickly by starting from a solid scaffold

Quick Start

Run the chrome-extension-creator to scaffold a complete MV3 extension with manifest, background, content scripts, and popup ready to load.

Frequently Asked Questions about chrome-extension-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Chrome extension with a manifest and service worker?

To scaffold a Chrome extension, this tool generates a complete MV3 project structure including the manifest, background service worker, content scripts, and popup. It applies security guidelines and standard file structures for quick-start extension development.

What is included in an MV3 Chrome extension project structure?

An MV3 Chrome extension structure includes a wired manifest, background service worker, content scripts, popup, and optional UI components like a side panel or options page. This setup satisfies MV3 patterns and security best practices.

Can I configure optional components like side panels when creating an MV3 extension?

Yes, you can configure optional components including content scripts, popup, side panel, options, and background service workers. The scaffolding process wires these optional UI elements directly into the manifest.

Does this Chrome extension scaffolding follow MV3 security guidelines?

Yes, the Chrome extension scaffolding follows MV3 security guidelines and best practices. It includes a built-in workflow and templates that ensure the generated manifest and service worker comply with current MV3 patterns.

What is the best way to start building a Chrome extension from scratch?

The best way to start building a Chrome extension from scratch is using a reusable template that automates scaffolding. This generates a production-ready skeleton with manifest, background, and content scripts ready to load.

Do I need a specific framework to generate a Chrome extension scaffold?

No specific framework is required to generate a Chrome extension scaffold. The tool operates from a single, reusable template to produce a standard file structure with manifest and service worker, independent of external dependencies.