A simple chrome extension that allows the highlighting of text on webpages with a simple right-click (or keyboard shortcut Ctrl+Shfit+H). Saves all highlights so they can be re-highlighted when a webpage is reopened!
Available for download on the Chrome web store.
You will need Node.js and the gh
cli installed.
Then, run the following:
npm install
Finally, you will need to enter your own Google Analytics account IDs. One for production and one for testing:
cp config/analytics.sample.js config/analytics.js # Then replace "FILL_ME_IN" with your test account ID
cp config/analytics.sample.js config/analytics-production.js # Then replace the "FILL_ME_IN" with your production account ID
- Linting (ESLint):
npm run lint
- Releasing a new version (on Github, not yet directly on the chrome store):
npm run release