You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added stealth mode 🔒 - Hide your browsing habits during presentations
- New Blank view hides all content but keeps controls visible
- Dashboard remembers your view preference (hourly/intervals/notes/blank)
- Updated README with direct, no-BS language
- Fixed tab items visibility - buttons always show, content hides when needed
- Zero data sent to cloud - your browsing habits stay local
Copy file name to clipboardExpand all lines: README.md
+43-21Lines changed: 43 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,13 @@
1
-
# Web Activity Time Tracker <ahref="https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm"rel="nofollow"><imgsrc="https://user-images.githubusercontent.com/768070/51865757-87d45300-2347-11e9-84fd-bafff5b036b2.png"alt="Add to Chrome"style="max-width:100%;"></a>
1
+
# Web Activity Time Tracker - Enhanced Fork
2
2
3
-
⚠️⚠️⚠️ **Important notice! The Chrome extension has been sold. So I am not responsible for any changes to the functionality of the extension.** ⚠️⚠️⚠️
3
+
## 🔍 About This Fork
4
4
5
-
**The new version is available on the Chrome Store https://chromewebstore.google.com/detail/timespy-block-websites-po/ggomgkmpcnmfhgmpfaphkbmnokllflom**
5
+
This is an enhanced fork of the original [Web Activity Time Tracker](https://github.com/Stigmatoz/web-activity-time-tracker/) by [Stigmatoz](https://github.com/Stigmatoz). All credit for the original extension goes to the original author.
6
6
7
-
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
8
-
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
9
-
[](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
This extension tracks your web time and shows you the cold, hard truth about your browsing habits. Set daily limits and get blocked when you've wasted enough time.
14
9
15
-
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.
16
-
You can set a daily visit limit for sites and block it after the expiration of the limit.
17
-
18
-
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.
10
+
Your data stays on YOUR device. We use local [chrome.storage API](https://developer.chrome.com/apps/storage) only - no cloud uploads, no tracking, no judgment (well, maybe a little).
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).
24
+
## ✨ New Features in This Fork
25
+
26
+
### Stats on New Tab = No More Excuses
27
+
- Your daily usage stats hit you in the face every time you open a new tab
28
+
- No need to click anything - perfect people who forgot to check stats after 3 days of installing the extension.
29
+
30
+
### Ticking Time Bomb on Your Toolbar
31
+
- In the extension icon , Watch seconds count down on the extension icon in real-time.
32
+
- Your personal productivity watchdog that silently judges your YouTube rabbit holes
33
+
34
+
### Stealth Mode Activated 🔒
35
+
- One-click blank view that hides all your data but keeps controls visible
36
+
- Perfect for when your boss walks by or during that all-hands Zoom call
37
+
- Because what happens in your browser should stay in your browser
38
+
39
+
### Brain Dump Station 🧠
40
+
- Jot down ideas without leaving your dashboard
41
+
- Notes stick around between sessions (local storage magic)
42
+
- Because alt-tabbing to another app is too much work
43
+
44
+
45
+
46
+
If you have suggestions or problems using the extension, please submit an issue in this repository.
47
+
48
+
# Installation Instructions
33
49
34
-
#Chrome Web Store
50
+
## Option 1: Install from the dist folder (Easiest)
35
51
36
-
Web Activity Time Tracker is available via the official [Chrome Web Store](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm).
52
+
1. Download this repository by clicking the green "Code" button above and selecting "Download ZIP"
53
+
2. Unzip the downloaded file to any location on your computer
54
+
3. Open Chrome or Edge and go to `chrome://extensions/` (Chrome) or `edge://extensions/` (Edge)
55
+
4. Enable "Developer mode" using the toggle in the top-right corner
56
+
5. Click the "Load unpacked" button
57
+
6. Browse to the **dist** folder inside the unzipped directory and click "Select Folder"
58
+
7. The extension should now appear in your browser and be ready to use!
37
59
38
-
#Install as an extension from source
60
+
## Option 2: Build from source
39
61
40
-
1.Download the latest available version and unarchive to your preferred location (whichever suits you).
41
-
2.Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
42
-
3.Click on the "Load unpacked extension..." button.
43
-
4.Browse to the src directory of the unarchived folder and confirm.
62
+
1.Clone this repository
63
+
2.Install dependencies: `npm install` or `pnpm install`
64
+
3.Build the extension: `npm run start -- --no-watch` or `pnpm run start -- --no-watch`
65
+
4.Follow steps 3-6 from Option 1 to load the extension
0 commit comments