New contributors are more than welcome! You can contribute in many ways:
Feel free to open an issue in case you want to report a bug, suggest a new feature, or just ask a question.
- Fork this repository
- Clone your forked repo locally
- Run
npm install
- Run
npm run build
(ornpm run watch
for live reload) - First time only - Install the extension
- Open the
chrome://extensions/
page - Toggle Developers Mode on the right
- Click Load Unpacked Extension
- Select the
/build
folder - Click the
Enable
button next to the extension you just installed
- Open the
Note: Make sure to disable the extension installed from the store while testing the development build to avoid conflicts!
Tell your friends or colleagues about this extension, more users also mean more contributions :)