Go To Site Home
Adds a button that takes you to the home page of the current site.
Cos'è Go To Site Home?
Go To Site Home è un'estensione di Chrome sviluppata da https://sites.google.com/site/crispy12361, e la sua funzione principale è "Adds a button that takes you to the home page of the current site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go To Site Home
Scarica i file di estensione Go To Site Home in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Go To Site Home |
ID | fchoedkhpdbbhikaabhddigilolgagki |
URL Ufficiale | https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki |
Descrizione | Adds a button that takes you to the home page of the current site. |
Dimensione del File | 4.55 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2014-07-04 |
Data di Pubblicazione | 2014-07-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://sites.google.com/site/crispy12361 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |