Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Cos'è Countdown?
Countdown è un'estensione di Chrome sviluppata da Kha Tran, e la sua funzione principale è "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Countdown
Scarica i file di estensione Countdown 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
Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.
If you have any feedback or trouble email us at [email protected]. Informazioni di Base sull'Estensione
| Nome | |
| ID | oajaibohggffldmcmgffckjbicimdnej |
| URL Ufficiale | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
| Descrizione | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
| Dimensione del File | 74.22 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2019-11-22 |
| Data di Pubblicazione | 2019-11-21 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Kha Tran |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Countdown",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"version": "1.0.5",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.min.js"
],
"persistent": true
},
"permissions": [
"background",
"notifications",
"tabs",
"storage"
]
} | |