Chrome Extension Builder is a tool created by Surinder Singh which helps you to create your chrome extensions.
No need to spent time on configuration just run chrome-extension-builder create-app
and you are ready to work on your next chrome extension.
- Create your next chrome extension in seconds.
- Super easy to use CLI.
- New temples are coming in future releases.
We provide number of templates to start in seconds..
- [Simple JS] - Start with simple js based extension to get started with chrome extensions!
And of course chrome-extension-builder is open source with a public repository on GitHub always free to use.
We need Node.js v12+ to run. Install the this npm package as global.
npm install chrome-extension-builder -g
And then run...
chrome-extension-builder create-app
it will ask you few questions i.e name of your project and description
Want to contribute? Great! Just implement your changes and create pull request