Skip to content

itw-creative-works/browser-extension-manager-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation




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.

πŸ¦„ Features

  • Build for Any Browser: Export to Chrome, Firefox, Edge, and Opera.
  • NPM & Gulp: Fueled by an intuitive incorporation of npm and gulp.

πŸš€ Getting started

  1. Create a repo from the Browser Extension Manager Template template.
  2. Clone the repo to your local machine.
  3. Run these command to get everything setup and sync'd!
npm install
npm start
  1. Open your browser and navigate to chrome://extensions (or the equivalent for your browser).
  2. Enable Developer mode.
  3. Click on Load unpacked and select the dist folder in your project directory.
  4. Your extension should now be loaded and ready to use!

πŸ“¦ How to sync with the template

  1. Simply run npx bxm setup in Terminal to get all the latest updates from the Browser Extension Manager Template template.

🌎 Publishing your extension

  1. Run npm run build in Terminal to build your extension for production in every browser.
  2. Upload the respective .zip files to the browser's extension store.

About

Browser extension template that builds for Chrome, Firefox, & Opera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published