Light New Tab

Replacement for new tab. Simple speed dial.

O que é Light New Tab?

Light New Tab é uma extensão do Chrome desenvolvida por Sergey Bevzuk, e sua principal característica é "Replacement for new tab. Simple speed dial.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Light New Tab

Baixe arquivos de extensão Light New Tab 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

                        New tab. 
Simple new speed dial.                    

Informações Básicas da Extensão

Nome Light New Tab Light New Tab
ID jidjbblfjpmmcpgbekffklbafbpoghmk
URL Oficial https://chromewebstore.google.com/detail/light-new-tab/jidjbblfjpmmcpgbekffklbafbpoghmk
Descrição Replacement for new tab. Simple speed dial.
Tamanho do Arquivo 106 KB
Contagem de Instalações 77
Versão Atual 0.6
Última Atualização 2014-03-02
Data de Publicação 2014-03-02
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor Sergey Bevzuk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/
URL da Página de Ajuda https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "0.6",
    "incognito": "split",
    "background": {
        "persistent": true,
        "scripts": [
            "core\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "templates\/tab.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}