Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
Cos'è Day-Count Timer Extension?
Day-Count Timer Extension è un'estensione di Chrome sviluppata da linuscedergren, e la sua funzione principale è "Counts the amount of days since or until a specified date (or multiple dates).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Day-Count Timer Extension
Scarica i file di estensione Day-Count Timer Extension 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
A simple extension which counts the amount of days since or until a specified date. The extension icon will always display the amount of days between today and a specified date.
Informazioni di Base sull'Estensione
Nome | Day-Count Timer Extension |
ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
URL Ufficiale | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
Descrizione | Counts the amount of days since or until a specified date (or multiple dates). |
Dimensione del File | 625 KB |
Conteggio Installazioni | 329 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2023-02-14 |
Data di Pubblicazione | 2020-09-27 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | linuscedergren |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Day-Count Timer Extension", "version": "2.3.2", "manifest_version": 3, "description": "Counts the amount of days since or until a specified date (or multiple dates).", "permissions": [ "storage" ], "action": { "default_popup": ".\/popup.html", "default_icon": ".\/assets\/images\/icon.png" }, "background": { "service_worker": ".\/assets\/js\/background.js" }, "icons": { "128": ".\/assets\/images\/icon.png" } } |