Countdown to Christmas Day

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

Qu'est-ce que Countdown to Christmas Day ?

Countdown to Christmas Day est une extension Chrome développée par Riccardo Andreatta, et sa fonction principale est "Countdown to Christmas Day. It will works endlessly year after year, forever.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Countdown to Christmas Day

Téléchargez les fichiers d'extension Countdown to Christmas Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
URL Officiel https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
Description Countdown to Christmas Day. It will works endlessly year after year, forever.
Taille du Fichier 29.15 KB
Nombre d'Installations 734
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-07-30
Date de Publication 2020-07-29
Évaluation 4.00/5 Total 3 Évaluations
Développeur Riccardo Andreatta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
URL de la Page d'Aide https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
Langues Prises en Charge 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"
    }
}