New tab Hen

By installing this extension you will enjoy new tabs of Hen

O que é New tab Hen?

New tab Hen é uma extensão do Chrome desenvolvida por annabellejosua, e sua principal característica é "By installing this extension you will enjoy new tabs of Hen".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New tab Hen

Baixe arquivos de extensão New tab Hen 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

                        Extension that replaces the new tab page with a more customizable version, with Hen interface.                    

Informações Básicas da Extensão

Nome New tab Hen New tab Hen
ID kdgnenkcjhafpblodcmanalgmdaoefjc
URL Oficial https://chrome.google.com/webstore/detail/new-tab-hen/kdgnenkcjhafpblodcmanalgmdaoefjc
Descrição By installing this extension you will enjoy new tabs of Hen
Tamanho do Arquivo 14.09 MB
Contagem de Instalações 107
Versão Atual 1.0.0
Última Atualização 2018-03-26
Data de Publicação 2018-03-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor annabellejosua
Tipo de Pagamento free
Idiomas Suportados de,en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "picto\/48.png",
        "default_title": "__MSG_appName__"
    },
    "chrome_url_overrides": {
        "newtab": "wall.html"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "picto\/128.png",
        "48": "picto\/48.png",
        "19": "picto\/19.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "wall.html"
    ]
}