Site Home
Brings you to the home page of the current site with the click of a button.
¿Qué es Site Home?
Site Home es una extensión de Chrome desarrollada por Jesse Dunlap, y su función principal es "Brings you to the home page of the current site with the click of a button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Site Home
Descarga archivos de extensión Site Home 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
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.
Información Básica de la Extensión
Nombre | Site Home |
ID | hgonghcngmmgmbmekheklpjonopaocfi |
URL Oficial | https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi |
Descripción | Brings you to the home page of the current site with the click of a button. |
Tamaño del Archivo | 10.03 KB |
Cantidad de Instalaciones | 102 |
Versión Actual | 1.0 |
Última Actualización | 2012-06-11 |
Fecha de Publicación | 2012-06-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Jesse Dunlap |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |