Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.35 KB

README.md

File metadata and controls

51 lines (46 loc) · 1.35 KB

Mind me please!

Chrome extension that will help you to stay healthier. It nudges you periodically to do essential small exercises when you are focused on your work and unconsciously forgetting to:

  • drink some water
  • stretch your arms
  • fix your posture
  • blink your eyes
  • walk a bit

Getting Started:

  1. Add to chrome
  2. Set exercise(s)
    Alt Popup
  3. Receive notification
    Alt Notification

Directory Structure:

+ assets/
|       + css/utilities.css
|       |
|       + png/icon*.png
|
+ dist/..
|
+ inc/Notifications.js
|
+ popup/
|      + index.html
|      |
|      + index.js
|
+ screenshots/..
|
+ background.js
|
+ manifest.json
|
.
.

List of chrome APIs used:

Contribution:

If you have a patch or facing any issue, please consider contributing to this repository.
Report Issue