My Chrome Extension
- Feature 1
- Feature 2
Chrome extensions
git clone [this repo]
cd [this repo dir]
npm run deps
npm run watch
This should get you started developing, it will create a build
directory that you can load into your browser as an extension if you turn on
extensions developer mode.
See also Mozilla: Your First Extension and Chrome: Getting Started Tutorial for information about developing extensions.
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI