Chrome and Firefox web extension for Fasterize
npm install && npm run dev
Load the app directory into chrome (go to chrome://extensions/ and click on "Load unpacked extension").
You can also install Extension Reloader to perform live-reloading.
Debugging : go to chrome://extensions
Reference is https://developer.chrome.com/extensions/tut_debugging
This will launch a standalone firefox with the installed extension. The extension is compatible from Firefox 48.
Debugging : go to about:debugging#addons.
Reference is https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging
You need to have hub installed to do the release.
On OSX, just run brew install hub. On Ubuntu :
sudo add-apt-repository ppa:cpick/hub
sudo apt-get update
sudo apt-get install hub
The command npm run release publish on Chrome Web Store and sign the extension on Mozilla Addon Store. The firefox extension is released on github.
MOZILLA_API_KEY=X MOZILLA_API_SECRET=X CHROME_WEBSTORE_ID=X CHROME_WEBSTORE_SECRET=X CHROME_WEBSTORE_REFRESH=X node release.js {version}