New Tab Page With Countdown Timer

Replace new tab page with countdown timer

O que é New Tab Page With Countdown Timer?

New Tab Page With Countdown Timer é uma extensão do Chrome desenvolvida por Miqdad Ali K, e sua principal característica é "Replace new tab page with countdown timer".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Page With Countdown Timer

Baixe arquivos de extensão New Tab Page With Countdown Timer 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 will replace you'r new tab page. You can set countdown timer.

Plugin will show random images from flickr/if offline it will show random images which included in extension                    

Informações Básicas da Extensão

Nome New Tab Page With Countdown Timer New Tab Page With Countdown Timer
ID gjlomhejngokfndjeompgpfeidokhbgp
URL Oficial https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp
Descrição Replace new tab page with countdown timer
Tamanho do Arquivo 11.01 MB
Contagem de Instalações 307
Versão Atual 1.0.4
Última Atualização 2016-02-25
Data de Publicação 2016-02-25
Classificação 2.67/5 Total de 12 Avaliações
Desenvolvedor Miqdad Ali K
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.flickr.com; object-src 'self'",
    "description": "Replace new tab page with countdown timer",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "storage",
        "chrome:\/\/favicon\/*",
        "topSites"
    ],
    "manifest_version": 2,
    "name": "New Tab Page With Countdown Timer",
    "offline_enabled": true,
    "version": "1.0.4"
}