https://github.com/tony-dinh/watchdog
🧩 An over-engineered browser extension for setting a simple timer.
https://github.com/tony-dinh/watchdog
chrome-extension emotionjs firefox-extension reactjs webpack
Last synced: 3 months ago
JSON representation
🧩 An over-engineered browser extension for setting a simple timer.
- Host: GitHub
- URL: https://github.com/tony-dinh/watchdog
- Owner: tony-dinh
- Created: 2019-01-03T22:26:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T20:38:49.000Z (over 7 years ago)
- Last Synced: 2025-04-11T12:06:14.841Z (about 1 year ago)
- Topics: chrome-extension, emotionjs, firefox-extension, reactjs, webpack
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/watchdog/ljhddhoalkhlcjogccfokapcgbilcaio
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watchdog
An over-engineered browser extension for setting a simple timer. Built using [ReactJS](https://github.com/facebook/react) and [EmotionJS](https://github.com/emotion-js/emotion).
## Screenshots
## Development
1. Build the extension
```bash
$ npm i && npm run build:dev
```
2. Load your develop bundle into [Chrome](https://developer.chrome.com/extensions/getstarted) or [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox) to test locally.
**NOTE**: You can also develop using the webpack server by running `npm start` and visiting `localhost:9000?popup=true` in your browser but you will not have access to the browser extensions API.