Countdown

Customizable countdown...

O que é Countdown?

Countdown é uma extensão do Chrome desenvolvida por kikoogay, e sua principal característica é "Customizable countdown...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Countdown

Baixe arquivos de extensão Countdown 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

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

Informações Básicas da Extensão

Nome Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
URL Oficial https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
Descrição Customizable countdown...
Tamanho do Arquivo 31.1 KB
Contagem de Instalações 28
Versão Atual 0.9
Última Atualização 2014-10-16
Data de Publicação 2014-10-15
Classificação 2.00/5 Total de 5 Avaliações
Desenvolvedor kikoogay
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}