Please NOTE: Do not forget to setup firebase store. Without firebase store it would not work.
Extension that analyzes your internet activity.
It will store time that you spend on the tab. And will show graph that will display sites
to time
activity during the day.
BTW: Data is stored locally and does not sending to anybody except you.
Link on Extension: Extension
You can add firebase as a permanent data-store.
- Todays data will be loaded from
chrome.sync.store
. - Old data will be loaded from firebase-store.
- Create account.
- Add credentials from firebase to extention:
apiKey: "API-KEY"
authDomain: "AUTH-DOMAIN" - without '.firebaseapp.com'
- Set Rules: ( Free access )
{
"rules": {
".read": true,
".write": true
}
}
MIT. See LICENSE
included in this repo.