https://github.com/everlag/min-wage
A browser extension to see prices as time worked on minimum wage
https://github.com/everlag/min-wage
Last synced: 7 months ago
JSON representation
A browser extension to see prices as time worked on minimum wage
- Host: GitHub
- URL: https://github.com/everlag/min-wage
- Owner: Everlag
- License: mit
- Created: 2016-02-02T03:46:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T06:38:05.000Z (over 10 years ago)
- Last Synced: 2025-02-22T00:25:05.876Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/min-wage-frame/cchogaaomllfpbboamfaglcmjjkkkgnd
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# min-wage frame
min-wage frame was generated from [yeoman/generator-chrome-extension](https://github.com/yeoman/generator-chrome-extension).
Uses a fancy regex to find instances of money in the DOM and translate that into time spent working minimum wage. That's the core; there are preferences and such but those are relatively easy to grasp.
## Development
Load as an unpacked extension from `app/`, run `gulp watch`, and you're free to develop. Extension reloads only happen on javascript changes so html or manifest changes won't trigger a reload. If you save often enough to trigger a reload more than once every 10 seconds, the extension will eventually be disabled. Just reenable it and don't save so much.
Avoid editing `app/scripts` instead of `scripts.babel` as the latter will overwrite the former during development.