PayTrackr is the easiest and safest way to track and manage your micropayments to Web-Monetized websites, having a web monetization provider membership (i.e. Coil).
- Dashboard - Aggregated breakdown on how much went to each site in total
- Recent Payments - History of micropayments to websites with web monetization
- Payment Alerts - Get notifications when a certain amount is reached
- Export History - Export micropayments history to csv/xlsx
- Theme Switcher - Choose between light and dark mode
$ npm install
$ npm run build:dev
Google Chrome
- Open Chrome and type
chrome://extensions
in the search bar. Turn the switchDeveloper mode
on.
- Look for the button
Load unpacked
at the top-left and select thedist
folder found in the root's path of our extension when we runnpm run build:dev
.
- Run
npm run watch:dev
to enable hot reloading of the extension.
Build the extension into dist
folder for production.
Build the extension into dist
folder for development.
Watch for modifications then run npm run build
.
Watch for modifications then run npm run build:dev
.
It also enable Hot Module Reloading, thanks to webpack-extension-reloader plugin.
Build a zip file following this format <name>-v<version>.zip
, by reading name
and version
from manifest.json
file.
Zip file is located in dist-zip
folder.
This plugin is released under the MIT License.