Works for Chrome, Opera, Edge & Firefox.
- Clone the repository
git clone https://github.com/Ruby-co/chrome-ext.git
- Run
npm install
oryarn install
- Run
npm run build
oryarn build
- Open Chrome/Opera browser and navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
./dev/chrome
coming soon
coming soon
coming soon
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run watch-dev
oryarn watch-dev
Run
npm run build
oryarn build
to create a zipped, production-ready extension for each browser. You can then upload that to the app store.