Site | NPM Module | GitHub Repo
Ultimate Browser Extension is a template that helps you jumpstart your Jekyll sites and is fueled by an intuitive incorporation of npm, gulp, and is fully SEO optimized and blazingly fast.
- 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 Ultimate Browser Extension template.
- Clone the repo to your local machine.
- Run these command to get everything setup and sync'd!
npm install
npx bxm setup
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
dist
folder in your project directory. - Your extension should now be loaded and ready to use!
- Simply run
npx bxm setup
in Terminal to get all the latest updates from the Ultimate Browser Extension template.
- Run
npm run dist
in Terminal to build your extension for production in every browser. - Upload the respective
.zip
files to the browser's extension store.