Skip to content

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

License

Notifications You must be signed in to change notification settings

aaaeka/browser-screen-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published