Skip to content

Hackathon2016SP/GetItDone

Repository files navigation

GetItDone

Simple productivity tracker Chrome extension that tracks what websites you're going to and for how long. We also have the option for the user to set how long the want to be productive in a given day and if they go over this point, consequences happen.

View Local Storage Data

Currently the data is stored within local storage, to view this data, have developer mode on for the Chrome extension, then view background page and print the following code int he console.

chrome.storage.local.get(function(result){console.log(result)})

Developer Chrome Extension Installation Instructions

  1. Fork the repository repository
  2. Clone the fork
  3. Chrome Settings -> More Tools -> Extensions
  4. Toggle On Developer Mode
  5. Click Load unpacked extension
  6. Find repository that was cloned to
  7. Select the folder within that cloned repository
  8. You're ready!
  9. Making changes and fixes
  10. Submit a pull-request

Logo from http://cliparts.co/clipart/2716554.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •