Skip to main content
JavaScript template preview

Create the project

npx extension@latest create my-extension --template=javascript

What you get

A clean ES modules baseline with no compile step. The template wires up manifest.json, popup, and content script entry points so you can run extension dev and start iterating immediately. Pick this template when you want the smallest possible setup, or when you plan to add tooling later only as needed.

Source

Browse the full source on GitHub: extension-js/examples/javascript.