Kartrak is a Browser extension that allows you to track your carbon footprint and your activity on the web.
The onRuntime Studio community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members join the onRuntime Studio Discord.
Our Code of Conduct applies to all community channels.
Please see our contributing rules.
- Check if your Node.js version is >= 18.
- Clone this repository.
- Change the package's
name
,description
, andrepository
fields inpackage.json
. - Change the name of your extension on
src/manifest.json
. - Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy hacking.
- Antoine Kingue (@antoinekm)
- Jérémy Baudrin (@jerembdn)
- Lucas Bodin (@imazyx)
Kartrak is MIT licensed.