If you want to give me some feedback or make a suggestion, create an issue on GitHub.
If you want to experiment with the code and maybe even send a pull request, here's how to start working on the extension:
- Clone the repository anywhere on your disk;
- Run
npm install
; - Run
gulp
to build the extension and watch for changes. If you do not have gulp, consider installing it or runnode_modules/.bin/gulp
; - Open your Chrome to the extension settings page;
- Enable the developer mode checkbox;
- Use
Load unpacked extension
button and choose the newly cloned directory; - Temporarily disable the real extension to avoid conflicts.
- After any edit to the extension files it is a good idea to reload the Chrome extensions page to reload the extension.
Before you start doing really big changes, it is advisable to open an issue to discuss it up front in case to avoid doing work that I will be hesitant to merge in for whatever reason.
Thank you!