Christmas Countdown New Tab Page

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

O que é Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page é uma extensão do Chrome desenvolvida por toxic, e sua principal característica é "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Christmas Countdown New Tab Page

Baixe arquivos de extensão Christmas Countdown New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Tamanho do Arquivo 41.28 KB
Contagem de Instalações 462
Versão Atual 1.3
Última Atualização 2018-03-01
Data de Publicação 2018-03-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor toxic
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.facebook.com/toxicthemesv2
URL da Página de Ajuda http://www.facebook.com/toxicthemesv2
Idiomas Suportados 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
}