Christmas Countdown New Tab Page

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

¿Qué es Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page es una extensión de Chrome desarrollada por toxic, y su función principal es "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Christmas Countdown New Tab Page

Descarga archivos de extensión Christmas Countdown New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
URL Oficial https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Descripción A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Tamaño del Archivo 41.28 KB
Cantidad de Instalaciones 462
Versión Actual 1.3
Última Actualización 2018-03-01
Fecha de Publicación 2018-03-01
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador toxic
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.facebook.com/toxicthemesv2
URL de la Página de Ayuda http://www.facebook.com/toxicthemesv2
Idiomas Soportados 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
}