CountDown Timer
Use to count the number of days,hours,sec remaining
Hvad er CountDown Timer?
CountDown Timer er en Chrome-udvidelse udviklet af Sumit Shitole, og dens hovedfunktion er "Use to count the number of days,hours,sec remaining".
Udvidelsesskærmbilleder
Download CountDown Timer-udvidelses-CRX-fil
Download CountDown Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
Officiel URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
Beskrivelse | Use to count the number of days,hours,sec remaining |
Filstørrelse | 242 KB |
Antal Installationer | 1,437 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-12-31 |
Udgivelsesdato | 2019-11-06 |
Bedømmelse | 4.67/5 Samlet 24 Bedømmelser |
Udvikler | Sumit Shitole |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://linkedin.com/in/sumit-shitole/ |
Hjælpeside-URL | https://github.com/SumitShitole |
Understøttede Sprog | 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" } } |