Christmas Countdown New Tab Page

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

Cos'è Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page è un'estensione di Chrome sviluppata da toxic, e la sua funzione principale è "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Christmas Countdown New Tab Page

Scarica i file di estensione Christmas Countdown New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
URL Ufficiale https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Descrizione A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Dimensione del File 41.28 KB
Conteggio Installazioni 462
Versione Corrente 1.3
Ultimo Aggiornamento 2018-03-01
Data di Pubblicazione 2018-03-01
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore toxic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.facebook.com/toxicthemesv2
URL della Pagina di Aiuto http://www.facebook.com/toxicthemesv2
Lingue Supportate 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
}