Christmas Countdown New Tab Page

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

Wat is Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page is een Chrome-extensie ontwikkeld door toxic, en de belangrijkste functie is "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Christmas Countdown New Tab Page

Download Christmas Countdown New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
Officiële URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Beschrijving A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Bestandsgrootte 41.28 KB
Aantal Installaties 462
Huidige Versie 1.3
Laatst Bijgewerkt 2018-03-01
Publicatiedatum 2018-03-01
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar toxic
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.facebook.com/toxicthemesv2
Help Pagina-URL http://www.facebook.com/toxicthemesv2
Ondersteunde Talen 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
}