Site | NPM Module | GitHub Repo
Browser Extension Manager Template is a template that helps you jumpstart your browser extension development for multiple browsers with ease.
- Build for Any Browser: Export to Chrome, Firefox, Edge, and Opera.
- NPM & Gulp: Fueled by an intuitive incorporation of npm and gulp.
- Create a repo from the Browser Extension Manager Template template.
- Clone the repo to your local machine.
- Run these command to get everything setup and sync'd!
npm install
npm start- Open your browser and navigate to
chrome://extensions(or the equivalent for your browser). - Enable Developer mode.
- Click on Load unpacked and select the
distfolder in your project directory. - Your extension should now be loaded and ready to use!
- Simply run
npx bxm setupin Terminal to get all the latest updates from the Browser Extension Manager Template template.
- Run
npm run buildin Terminal to build your extension for production in every browser. - Upload the respective
.zipfiles to the browser's extension store.