Christmas Countdown New Tab Page

A nice Blue Christmas countdown timer for the current year, rather than the chrome default

Qu'est-ce que Christmas Countdown New Tab Page ?

Christmas Countdown New Tab Page est une extension Chrome développée par toxic, et sa fonction principale est "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Christmas Countdown New Tab Page

Téléchargez les fichiers d'extension Christmas Countdown New Tab Page 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

                        Christmas Countdown New Tab Page
Short name: xmas clock
Version 1.3 by toxic

RESOLUTION N/A

A simple Christmas Countdown Clock for the current year every time
you open a New Tab Page, better than the original huh! ;)

Looks extra nice when used with the Easy Blue Christmas Theme.
https://goo.gl/ADp4bZ

http://www.facebook.com/toxicthemesv2

Many Thanks
toxic

update note:
1.3 cleaned code to pull info straight from the website.
cleaner images.                    

Informations de Base sur l'Extension

Nom Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
URL Officiel https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Description A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Taille du Fichier 41.28 KB
Nombre d'Installations 462
Version Actuelle 1.3
Dernière Mise à Jour 2018-03-01
Date de Publication 2018-03-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur toxic
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.facebook.com/toxicthemesv2
URL de la Page d'Aide http://www.facebook.com/toxicthemesv2
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Countdown New Tab Page",
    "short_name": "xmas clock",
    "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ccd.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}