create-chrome-extn
v1.0.0
Published
get the boilerplate for a chrome extn
Downloads
1
Maintainers
Readme
Create-chrome-extn cli
desc
creates the following files manifest.json, popup.html, popup.js, background.js
instructions
- npm install -g create-chrome-extn
- create-chrome-extn project_name
project name may not include special characters other than "_" and "-", the project name must also have no spaces or "."