A minimal scaffolding tool for quickly setting up a basic Chrome extension.
The first stage initializes your extension project with the following structure:
your-extension/
βββ background.js
βββ content.js
βββ manifest.json
βββ popup.html
When you run the setup, you'll see a prompt like this:
What is the name of your extension? βΊ my-cool-extension