Chrome extension that shows you the days left until the date arrives. Make as many timers as you like.
Now live on the Chrome Web Store
- Choose a custom color
- As many countdowns as you like
Navigate to chrome://extensions/ and click the "Load unpacked extension..." button. Navigate to and select this directory.
You should then see an "Improved new tab page" extension and see the app when you open a new tab.
From this src/ directory:
npm run package:chromeCreates a versioned zip using the value in manifest.json, for example:
../dist/chrome/daywatch-v1.0.0.zip
npm run package:chrome:verifyThis runs the test suite first (npm run test:run) and only creates the upload zip if tests pass.