Countdown to Christmas Day
Countdown to Christmas Day. It will works endlessly year after year, forever.
Was ist Countdown to Christmas Day?
Countdown to Christmas Day ist eine Chrome-Erweiterung, die von Riccardo Andreatta entwickelt wurde, und ihr Hauptmerkmal ist "Countdown to Christmas Day. It will works endlessly year after year, forever.".
Erweiterungsscreenshots
Countdown to Christmas Day-Erweiterungs-CRX-Datei herunterladen
Laden Sie Countdown to Christmas Day-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
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.
Grundlegende Informationen zur Erweiterung
Name | Countdown to Christmas Day |
ID | hdncbeemmadlkelehboocphbgnpagmgk |
Offizielle URL | https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk |
Beschreibung | Countdown to Christmas Day. It will works endlessly year after year, forever. |
Dateigröße | 29.15 KB |
Installationsanzahl | 734 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-07-30 |
Veröffentlichungsdatum | 2020-07-29 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Riccardo Andreatta |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension |
Hilfeseite URL | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues |
Unterstützte Sprachen | 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" } } |