CountDown Timer
Use to count the number of days,hours,sec remaining
Co je CountDown Timer?
CountDown Timer je rozšíření Chrome vyvinuté Sumit Shitole, a jeho hlavní funkcí je „Use to count the number of days,hours,sec remaining“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CountDown Timer
Stáhněte si soubory rozšíření CountDown Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
Oficiální URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
Popis | Use to count the number of days,hours,sec remaining |
Velikost souboru | 242 KB |
Počet instalací | 1,437 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2023-12-31 |
Datum Vydání | 2019-11-06 |
Hodnocení | 4.67/5 Celkem 24 Hodnocení |
Vývojář | Sumit Shitole |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://linkedin.com/in/sumit-shitole/ |
URL Stránky Nápovědy | https://github.com/SumitShitole |
Podporované Jazyky | 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" } } |