Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
What is Count Down Timer?
Count Down Timer is a Chrome extension developed by https://patelgovind.blogspot.in, and its main feature is "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Extension Screenshots
Download Count Down Timer Extension CRX File
Download Count Down Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
Extension Basic Information
Name | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
Official URL | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Description | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
File Size | 93.27 KB |
Installation Count | 629 |
Current Version | 1.0 |
Last Updated | 2021-08-24 |
Publish Date | 2015-07-14 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://patelgovind.blogspot.in |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |