A Chrome extension that tracks and displays the time spent on each webpage in real-time. The extension saves daily statistics locally and allows users to view historical data.
- Real-time tracking of webpage visit duration
- Visit count tracking for each webpage
- Page title display and tracking
- Accurate visit counting for tab switches and revisits
- Daily statistics storage
- Historical data viewing
- Time display in minutes and seconds
- Automatic updates every second
- Local storage using Chrome's storage API
- Midnight auto-reset for daily statistics
- Smart URL truncation for long URLs
- Hover to view full URLs and titles
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the extension directory
- Click the extension icon to view today's statistics
- Use the date selector to view historical data
- Times and visit counts are automatically updated in real-time
- Data is saved locally in your browser
- Visit counts increment when:
- Opening a new page
- Refreshing a page
- Returning to a previously visited tab
- Reopening a closed tab
- Hover over URLs to see full addresses
- Page titles are displayed above URLs
- Currently active tab is highlighted
All data is stored locally in your Chrome browser. No data is sent to external servers.
- Added page title tracking and display
- Improved URL display with smart truncation
- Added hover functionality for full URLs
- Enhanced active tab highlighting
- Improved layout and styling
- Added visit count tracking for each webpage
- Improved visit counting for tab switches
- Added real-time visit count updates
- Fixed tab switching detection
- Improved UI with cleaner design
- Initial release
- Basic time tracking functionality