Christmas Countdown New Tab Page

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

Co to jest Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page to rozszerzenie Chrome opracowane przez toxic, a jego główną funkcją jest „A nice Blue Christmas countdown timer for the current year, rather than the chrome default”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Christmas Countdown New Tab Page

Pobierz pliki rozszerzeń Christmas Countdown New Tab Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
Oficjalny URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Opis A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Rozmiar pliku 41.28 KB
Liczba instalacji 462
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-03-01
Data Publikacji 2018-03-01
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper toxic
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.facebook.com/toxicthemesv2
Adres URL Strony Pomocy http://www.facebook.com/toxicthemesv2
Obsługiwane Języki 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
}