CountDown Timer
Use to count the number of days,hours,sec remaining
Was ist CountDown Timer?
CountDown Timer ist eine Chrome-Erweiterung, die von Sumit Shitole entwickelt wurde, und ihr Hauptmerkmal ist "Use to count the number of days,hours,sec remaining".
Erweiterungsscreenshots
CountDown Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie CountDown Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
| Offizielle URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
| Beschreibung | Use to count the number of days,hours,sec remaining |
| Dateigröße | 242 KB |
| Installationsanzahl | 1,437 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2023-12-31 |
| Veröffentlichungsdatum | 2019-11-06 |
| Bewertung | 4.67/5 Insgesamt 24 Bewertungen |
| Entwickler | Sumit Shitole |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://linkedin.com/in/sumit-shitole/ |
| Hilfeseite URL | https://github.com/SumitShitole |
| Unterstützte Sprachen | 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"
}
} | |