Site root
Go to the home page of the current site.
¿Qué es Site root?
Site root es una extensión de Chrome desarrollada por baruchlubinsky, y su función principal es "Go to the home page of the current site.".
Descargar Archivo CRX de la Extensión Site root
Descarga archivos de extensión Site root en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
URL Oficial | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Descripción | Go to the home page of the current site. |
Tamaño del Archivo | 21.93 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0 |
Última Actualización | 2014-09-05 |
Fecha de Publicación | 2014-09-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | baruchlubinsky |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |