Stigmatoz / web-activity-time-tracker

Chrome Extension that tracks and limits time you spent on sites
https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm
MIT License
757 stars 115 forks source link

Feature request: add option to collect full history of tab view #25

Open arcimboldo opened 4 years ago

arcimboldo commented 4 years ago

tl;dr provide the option to collect and export full history of open tabs: start_date,end_date,page,duration

Although the aggregate information provide incredibly useful data to know how much time we spend on a single page they do not provide any insight on how we spend this time. Chatting for 1h is very different than chatting 60 times for 1m. Collecting full historical data on the pages opened and when will allow an user to analyze the amount of interrupts (or distractions) during the day, and will allow to do further analysis on the correlation of different websites (every time I open facebook I then open amazon)

Rough estimate of the data used by this: one record ~256bytes, day ~12h*3600 seconds, 10s per tab => 360KiB per day => ~10MiB per month => ~120MiB per year (uncompressed). Some automatic pruning of the data might be needed.

Stigmatoz commented 1 year ago

A new version with a new codebase was released yesterday. And I plan to add a dashboard with some detailed information about web usage.