Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.4 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.4 KB

WorkOrSocialNetworks Chrome Extension

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

Video: Click to play

Preview

Screenshots:

Main Window Main Window

Firebase:

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.

Firebase

How to add:

  1. Create account.
  2. Add credentials from firebase to extention:
apiKey: "API-KEY"
authDomain: "AUTH-DOMAIN" - without '.firebaseapp.com'
  1. Set Rules: ( Free access )
{
  "rules": {
    ".read": true,
    ".write": true
  }
}

License

MIT. See LICENSE included in this repo.