Site root
Go to the home page of the current site.
O que é Site root?
Site root é uma extensão do Chrome desenvolvida por baruchlubinsky, e sua principal característica é "Go to the home page of the current site.".
Baixar o arquivo CRX da Extensão Site root
Baixe arquivos de extensão Site root 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
Return to the home page of the site you are on. Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.
Informações Básicas da Extensão
Nome | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
URL Oficial | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Descrição | Go to the home page of the current site. |
Tamanho do Arquivo | 21.93 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0 |
Última Atualização | 2014-09-05 |
Data de Publicação | 2014-09-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | baruchlubinsky |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site root", "description": "Go to the home page of the current site.", "version": "1.0", "background": { "scripts": [ "action.js" ] }, "permissions": [ "tabs", "webNavigation" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" } } } |