Skip to content

noam-sc/web-activity-time-tracker

 
 

Repository files navigation

Web Activity Time Tracker

GitHub license

Web Activity Time Tracker keeps track of how much time you spend on the web and presents the stats in a useful and intuitive way. You can set a daily visit limit for sites and block it after the expiration of the limit.

Extension uses only local chrome.storage API chrome.storage API to store data and it doesn't send data anywhere.

image image

You can see your daily stats.

image

And you can see your overall stats.

image

If you have suggestions or problems using the extension, please submit a bug or a feature request.

Chrome Web Store

Web Activity Time Tracker is not yet available via the official Chrome Web Store.

Install from ZIP file

  1. Download the latest available version from the releases page.
  2. Extract the ZIP file to your preferred location (whichever suits you).
  3. Open the Chrome browser and navigate to chrome://extensions/.
  4. Enable "Developer mode" in the upper right corner.
  5. Click on the "Load unpacked" button and select the extracted folder.
  6. The extension should now be installed and active in your browser. Be sure to keep the extracted folder intact, as the extension will not work if the files are moved or deleted.

Install as an extension from source

  1. Download the latest available version and unarchive to your preferred location (whichever suits you).
  2. Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
  3. Click on the "Load unpacked extension..." button.
  4. Browse to the src directory of the unarchived folder and confirm.

Run

To run the extension in development mode, you can clone the repository and run it locally.

npm install
npm run dev

License

This work is licensed under an MIT License.

About

Chrome Extension that tracks and limits time you spent on sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 53.2%
  • TypeScript 38.8%
  • CSS 6.9%
  • Other 1.1%