https://github.com/Stigmatoz/web-activity-time-tracker
Chrome Extension that tracks and limits time you spent on sites
https://github.com/Stigmatoz/web-activity-time-tracker
browser-extension chrome-extension js productivity site-blocker time-tracker
Last synced: 2 months ago
JSON representation
Chrome Extension that tracks and limits time you spent on sites
- Host: GitHub
- URL: https://github.com/Stigmatoz/web-activity-time-tracker
- Owner: Stigmatoz
- License: mit
- Created: 2019-08-14T13:04:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T14:48:33.000Z (11 months ago)
- Last Synced: 2024-11-23T15:31:10.565Z (11 months ago)
- Topics: browser-extension, chrome-extension, js, productivity, site-blocker, time-tracker
- Language: Vue
- Homepage: https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm
- Size: 2.15 MB
- Stars: 758
- Watchers: 5
- Forks: 116
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️⚠️⚠️ **Important notice! The Chrome extension has been sold. So I am not responsible for any changes to the functionality of the extension.** ⚠️⚠️⚠️
**The new version is available on the Chrome Store https://chromewebstore.google.com/detail/timespy-block-websites-po/ggomgkmpcnmfhgmpfaphkbmnokllflom**
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)[](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)
[](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)
[](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)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](https://developer.chrome.com/apps/storage) chrome.storage API to store data and it doesn't send data anywhere.
 
You can see your daily stats.

And you can see your overall stats.

If you have suggestions or problems using the extension, please [submit a bug or a feature request](https://github.com/Stigmatoz/web-activity-time-tracker/issues).
# Chrome Web Store
Web Activity Time Tracker is available via the official [Chrome Web Store](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm).
# 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
```pnpm run dev```
# License
This work is licensed under an MIT License.