CountDown Timer
Use to count the number of days,hours,sec remaining
Cos'è CountDown Timer?
CountDown Timer è un'estensione di Chrome sviluppata da Sumit Shitole, e la sua funzione principale è "Use to count the number of days,hours,sec remaining".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CountDown Timer
Scarica i file di estensione CountDown Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
| URL Ufficiale | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
| Descrizione | Use to count the number of days,hours,sec remaining |
| Dimensione del File | 242 KB |
| Conteggio Installazioni | 1,437 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-12-31 |
| Data di Pubblicazione | 2019-11-06 |
| Valutazione | 4.67/5 Totale 24 Valutazioni |
| Sviluppatore | Sumit Shitole |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://linkedin.com/in/sumit-shitole/ |
| URL della Pagina di Aiuto | https://github.com/SumitShitole |
| Lingue Supportate | 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"
}
} | |