Countdown to Christmas Day
Countdown to Christmas Day. It will works endlessly year after year, forever.
Cos'è Countdown to Christmas Day?
Countdown to Christmas Day è un'estensione di Chrome sviluppata da Riccardo Andreatta, e la sua funzione principale è "Countdown to Christmas Day. It will works endlessly year after year, forever.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Countdown to Christmas Day
Scarica i file di estensione Countdown to Christmas Day 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
Would you like to know how many time is left to Christmas? This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas. It works endlessly, year after year, because of the developed algorithm.
Informazioni di Base sull'Estensione
Nome | Countdown to Christmas Day |
ID | hdncbeemmadlkelehboocphbgnpagmgk |
URL Ufficiale | https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk |
Descrizione | Countdown to Christmas Day. It will works endlessly year after year, forever. |
Dimensione del File | 29.15 KB |
Conteggio Installazioni | 734 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-07-30 |
Data di Pubblicazione | 2020-07-29 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Riccardo Andreatta |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension |
URL della Pagina di Aiuto | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown to Christmas Day", "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" } }, "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } } |