Thanks for your help!
Any contribution is appreciated, especially more motivational clips of Shia.
To hack on the extension:
- Go to chrome://extensions/
- Enable "Developer mode" (top right)
- "Load unpacked extension" (top left)
- Select the directory where you cloned the project
- Make some changes
- Reload the extension by reloading the extensions page,
or clicking "Reload" below the extension
To publish a new version of the extension:
- Bump the version in
manifest.json
- Create a new release on GitHub (i.e. create a tag and push it)
- Zip the extension:
zip -9 -r do-it.zip do-it/ -x "*.git*" "*.md"
- Go to https://chrome.google.com/webstore/developer/dashboard
- "Edit" the extension
- Upload the zip and publish!