Go To Site Home
Adds a button that takes you to the home page of the current site.
Qu'est-ce que Go To Site Home ?
Go To Site Home est une extension Chrome développée par https://sites.google.com/site/crispy12361, et sa fonction principale est "Adds a button that takes you to the home page of the current site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go To Site Home
Téléchargez les fichiers d'extension Go To Site Home au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Go To Site Home |
ID | fchoedkhpdbbhikaabhddigilolgagki |
URL Officiel | https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki |
Description | Adds a button that takes you to the home page of the current site. |
Taille du Fichier | 4.55 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-07-04 |
Date de Publication | 2014-07-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://sites.google.com/site/crispy12361 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |