This addon will only track time used on GitHub. It can use any wakatime compatible server.
Activity is added to projects based on the repository name. The language will be github
.
Firefox addon store link https://addons.mozilla.org/en-US/firefox/addon/wakatime-client
node
npm
web-ext
# install dependencies
npm install
# build addon
npm run build
# this will create a extension in ./addon
cd addon
# package as an addon
npm run package
# sign
export API_KEY=yourapikey
export API_SECRET=yourapisecret
npm run sign
npm run watch
# or
npm run build