https://github.com/boweihan/negative-reinforcement-motivator
Javascript chrome extension using Chrome API
https://github.com/boweihan/negative-reinforcement-motivator
Last synced: 3 months ago
JSON representation
Javascript chrome extension using Chrome API
- Host: GitHub
- URL: https://github.com/boweihan/negative-reinforcement-motivator
- Owner: boweihan
- Created: 2016-07-01T21:17:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T21:44:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T09:45:42.741Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Negative Reinforcement Motivator
This is a simple chrome extension that I had fun making. It uses a chrome manifest page written in JSON to run a JS script. I leveraged Chrome API functions such as EVENT PAGES, ALARMS, NOTIFICATIONS, and TABS, along with some Ruby scripting and random word generation.The APP produces a desktop notification that delivers a "motivation" line in the form of "(ACTION PHRASE)+(RAND ADJECTIVE)+(RAND NOUN)". It is able to determine if you are on a site like Facebook and will incorporate that in it's intermittent messages.
Enjoy getting yelled at.
For Installation:
1) Download this entire directory and go to chrome://extensions/
2) Click "Load Unpacked Extension", upload the directory and enable the extension.Cheers!
Bowei