-
Notifications
You must be signed in to change notification settings - Fork 90
Development setup
MxtOUT edited this page May 7, 2020
·
3 revisions
-
Run
use_chrome.ps1
or copymanifest_chrome.json
and rename it tomanifest.json
-
Open the extensions page via the address bar by visiting
chrome://extensions
- Enable the developer mode
- Click on "Load unpacked" and select the root folder of your clone
You can now modify the code and test it by reloading the extension.
-
Run
use_firefox.ps1
or copymanifest_firefox.json
and rename it tomanifest.json
-
Open the extensions page via the address bar by visiting
about:debugging
- Click on "Load temporary Add-on..." and select the
manifest.json
located in the AS root folder
You can now modify the code and test it by reloading the extension.