Skip to content

Commit

Permalink
Merge pull request #11 from Gauravbhatt19/fix/2
Browse files Browse the repository at this point in the history
(#2) Update README.md
  • Loading branch information
Gauravbhatt19 authored Feb 4, 2021
2 parents 7c15c0a + 6048fc0 commit 4ba5c46
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 11 deletions.
59 changes: 48 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,50 @@
*Mind me please!*
---
Health reminders while working on the desk.

- It's an extension that will help you to stay healthier while working on the desk.
- It will nudge you to do essential small exercises when you are focused on your work and unconsciously forgetting the things.
- Mind me please will periodically nudge you
- fix your posture
- blink your eyes
- stretch your arms
- drink some water
- walk a bit
- Individuals can set their reminder for any/all of the above.
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. Set exercise(s)<br>
![Alt Popup](./screenshots/popup.png?raw=true "Popup Window Screenshot")
2. Receive notification<br>
![Alt Notification](./screenshots/notification.png?raw=true "Notification Screenshot")

#### 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:
- [chrome.alarms](https://developer.chrome.com/docs/extensions/reference/alarms/)
- [chrome.notifications](https://developer.chrome.com/docs/extensions/reference/notifications/)
- [chrome.storage](https://developer.chrome.com/docs/extensions/reference/storage/)

#### Contribution:
If you have a patch or facing any issue, please consider contributing to this repository.<br>
[Report Issue](https://github.com/Gauravbhatt19/Mind-me-please/issues/new)
Binary file added screenshots/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ba5c46

Please sign in to comment.