This project uses Typescript because I hate normal JS and the silly runtime bugs that are so easily avoided at compile time.
npm install
To run the build a single time:
npm run build
To run the build and leave it watching for changes in the Typescript files and auto-build them:
npm run watch
After running the build:
- Go to
chrome://extensions - Making sure that developer mode is enabled by checking the switch in the top right
- Click
LOAD UNPACKED - Select the
src/extensiondirectory
This is quite a bit easier because Firefox has a handy tool to do this for us.
npm run ff