CountDown Timer
Use to count the number of days,hours,sec remaining
What is CountDown Timer?
CountDown Timer is a Chrome extension developed by Sumit Shitole, and its main feature is "Use to count the number of days,hours,sec remaining".
Extension Screenshots
Download CountDown Timer Extension CRX File
Download CountDown 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
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser! We have updated the design of extension and added few features.
Extension Basic Information
Name | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
Official URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
Description | Use to count the number of days,hours,sec remaining |
File Size | 242 KB |
Installation Count | 1,437 |
Current Version | 2.0 |
Last Updated | 2023-12-31 |
Publish Date | 2019-11-06 |
Rating | 4.67/5 Total 24 Ratings |
Developer | Sumit Shitole |
[email protected] | |
Payment Type | in_app |
Extension Website | https://linkedin.com/in/sumit-shitole/ |
Help Page URL | https://github.com/SumitShitole |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CountDown Timer", "version": "2.0", "description": "Use to count the number of days,hours,sec remaining", "icons": { "16": "Icon.png", "32": "Icon-32.png" }, "action": { "default_popup": "Counter.html", "default_icon": "Icon.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "js\/background.js" } } |