Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 778 Bytes

Thanks for your help!

Any contribution is appreciated, especially more motivational clips of Shia.

To hack on the extension:

  1. Go to chrome://extensions/
  2. Enable "Developer mode" (top right)
  3. "Load unpacked extension" (top left)
  4. Select the directory where you cloned the project
  5. Make some changes
  6. Reload the extension by reloading the extensions page,
    or clicking "Reload" below the extension

To publish a new version of the extension:

  1. Bump the version in manifest.json
  2. Create a new release on GitHub (i.e. create a tag and push it)
  3. Zip the extension: zip -9 -r do-it.zip do-it/ -x "*.git*" "*.md"
  4. Go to https://chrome.google.com/webstore/developer/dashboard
  5. "Edit" the extension
  6. Upload the zip and publish!