Go To Site Home
Adds a button that takes you to the home page of the current site.
O que é Go To Site Home?
Go To Site Home é uma extensão do Chrome desenvolvida por https://sites.google.com/site/crispy12361, e sua principal característica é "Adds a button that takes you to the home page of the current site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Go To Site Home
Baixe arquivos de extensão Go To 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
Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. Special thanks to http://glyphicons.com/ for the icon used in this extension.
Informações Básicas da Extensão
Nome | Go To Site Home |
ID | fchoedkhpdbbhikaabhddigilolgagki |
URL Oficial | https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki |
Descrição | Adds a button that takes you to the home page of the current site. |
Tamanho do Arquivo | 4.55 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-07-04 |
Data de Publicação | 2014-07-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sites.google.com/site/crispy12361 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go To Site Home", "short_name": "Go To Site Home", "description": "Adds a button that takes you to the home page of the current site.", "version": "1.0.5", "background": { "scripts": [ "sitehome.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "sitehome.png" }, "manifest_version": 2 } |