Skip to content

Extention that would store the history of visited sites by the user

License

Notifications You must be signed in to change notification settings

DmytroVasin/workOrSocialNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extention that would store the history of visited sites by the user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published