Browser extension that checks Harvest's details reports for incomplete, short or empty notes
This project is based on Webextension Toolbox, which allows us to output browser specific extensions for Chrome, Firefox, Opera and Edge.
As an alternative, there is also a build for UserScript, compatible for instance with TamperMonkey.
npm install
It will write the code in the dev
folder with auto reloading feature
npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge
npm run build chrome
npm run build firefox
npm run build opera
npm run build edge
This will write the build under userscript\build
npm run build:userscript
Note: the userscript build file is kept within the repository to make it's usage easy, therefore it should be updated on every new release
The build tool also defines a variable named process.env.NODE_ENV
in your scripts.
A folder containing the assets to publish the extension on the browser specific extensions directory.
- Chrome Web Store (unlisted, only accesible with direct link)