Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

Wat is Countdown to Christmas Day?

Countdown to Christmas Day is een Chrome-extensie ontwikkeld door Riccardo Andreatta, en de belangrijkste functie is "Countdown to Christmas Day. It will works endlessly year after year, forever.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Countdown to Christmas Day

Download Countdown to Christmas Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
Officiële URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
Beschrijving Countdown to Christmas Day. It will works endlessly year after year, forever.
Bestandsgrootte 29.15 KB
Aantal Installaties 734
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-07-30
Publicatiedatum 2020-07-29
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Riccardo Andreatta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
Help Pagina-URL https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
Ondersteunde Talen 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"
    }
}