browser-screen-time icon indicating copy to clipboard operation
browser-screen-time copied to clipboard

A web extension to keep track of the amount of time you spend on the internet

Browser screen time

License: LGPL v3

Browser screen time is an extension which helps you track of the amount of time you spend online

Downloading the extension

Chrome

Chrome extension link

Firefox

Firefox addon link

Building the extension

Run npm install to install dependencies, then npm run dev to build, or npm run watch to build and then watch for changes.

Building for chrome

Chrome manifest v3 no longer supports background scripts, instead moving to service_workers. Replace the line "scripts": [ "background.js" ] with "service_worker": "background.js" and the extension should work with chrome. In the future this process could be automated.