-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Development Extensions
TODO
These are instructions to follow if you intend to try out the extension and not actively develop the code. You can still follow the instructions above, but this will likely be easier.
Installing a development extension on Windows or macOS is slightly more involved than on Linux.
First, download the ZIP file of the extension files from our site.
Then, extract the files to a directory of your choice.
Enable developer mode in the browser to install the extension by going to chrome://extensions and
toggling the "Developer Mode" switch to the on position.
You should see extra options appear on the screen.
Click "Load unpacked" and then navigate to the directory where you extracted the files. Once selected, the extension should now be installed and enabled.
First, download the CRX file for the extension from our site. Then, you will need to enable developer mode in the browser to install the extension since it is not signed by the Google store.
Go to chrome://extensions in the browser and toggle the "Developer Mode" switch to the on position. You should see extra options (e.g., Load unpacked) appear on the screen.
Then, drag and drop the CRX file onto the page to install it. If you try to double click it, even with developer mode enabled, you may still get an error.
After that follow the prompt to install and the extension should be working on all sites.