Christmas Countdown New Tab Page

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

Was ist Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page ist eine Chrome-Erweiterung, die von toxic entwickelt wurde, und ihr Hauptmerkmal ist "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Erweiterungsscreenshots

screenshot

Christmas Countdown New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Christmas Countdown New Tab Page-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
Offizielle URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Beschreibung A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Dateigröße 41.28 KB
Installationsanzahl 462
Aktuelle Version 1.3
Letztes Update 2018-03-01
Veröffentlichungsdatum 2018-03-01
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler toxic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.facebook.com/toxicthemesv2
Hilfeseite URL http://www.facebook.com/toxicthemesv2
Unterstützte Sprachen 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
}