Go To Site Home
Adds a button that takes you to the home page of the current site.
Was ist Go To Site Home?
Go To Site Home ist eine Chrome-Erweiterung, die von https://sites.google.com/site/crispy12361 entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button that takes you to the home page of the current site.".
Erweiterungsscreenshots
Go To Site Home-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go To Site Home-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Go To Site Home |
ID | fchoedkhpdbbhikaabhddigilolgagki |
Offizielle URL | https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki |
Beschreibung | Adds a button that takes you to the home page of the current site. |
Dateigröße | 4.55 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2014-07-04 |
Veröffentlichungsdatum | 2014-07-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://sites.google.com/site/crispy12361 |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |