Site Home

Brings you to the home page of the current site with the click of a button.

O que é Site Home?

Site Home é uma extensão do Chrome desenvolvida por Jesse Dunlap, e sua principal característica é "Brings you to the home page of the current site with the click of a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Site Home

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

Informações Básicas da Extensão

Nome Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
URL Oficial https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Descrição Brings you to the home page of the current site with the click of a button.
Tamanho do Arquivo 10.03 KB
Contagem de Instalações 102
Versão Atual 1.0
Última Atualização 2012-06-11
Data de Publicação 2012-06-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Jesse Dunlap
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}