A simple browser extension to track how much time you spend on different websites.
- ✅ Tracks time spent on websites
- ✅ Displays data in a popup with a table
- ✅ Shows total screen time with a progress bar
- ✅ Button to clear all data
- Open Edge or Chrome
- Go to
edge://extensions/
(orchrome://extensions/
) - Enable Developer Mode
- Click "Load Unpacked" and select the screen-time-tracker folder
- The extension will now appear in your toolbar!
- The background script tracks time when switching tabs
- Data is stored using
chrome.storage.local
- The popup shows a table & progress bar with time data
- Click “Clear Data” to reset time tracking
"permissions": ["tabs", "storage", "activeTab"],
"host_permissions": ["http://*/*", "https://*/*"]