Countdown to Christmas Day
Countdown to Christmas Day. It will works endlessly year after year, forever.
Hvad er Countdown to Christmas Day?
Countdown to Christmas Day er en Chrome-udvidelse udviklet af Riccardo Andreatta, og dens hovedfunktion er "Countdown to Christmas Day. It will works endlessly year after year, forever.".
Udvidelsesskærmbilleder
Download Countdown to Christmas Day-udvidelses-CRX-fil
Download Countdown to Christmas Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Countdown to Christmas Day |
ID | hdncbeemmadlkelehboocphbgnpagmgk |
Officiel URL | https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk |
Beskrivelse | Countdown to Christmas Day. It will works endlessly year after year, forever. |
Filstørrelse | 29.15 KB |
Antal Installationer | 734 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-07-30 |
Udgivelsesdato | 2020-07-29 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | Riccardo Andreatta |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension |
Hjælpeside-URL | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues |
Understøttede Sprog | 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" } } |