Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 2.8 KB

README.md

File metadata and controls

56 lines (50 loc) · 2.8 KB




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.

🦄 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 Ultimate Browser Extension template.
  2. Clone the repo to your local machine.
  3. Run these command to get everything setup and sync'd!
npm install
npx bxm setup
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 Ultimate Browser Extension template.

🌎 Publishing your extension

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