Go To Site Home

Adds a button that takes you to the home page of the current site.

Wat is Go To Site Home?

Go To Site Home is een Chrome-extensie ontwikkeld door https://sites.google.com/site/crispy12361, en de belangrijkste functie is "Adds a button that takes you to the home page of the current site.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Go To Site Home

Download Go To Site Home-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
Officiële URL https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
Beschrijving Adds a button that takes you to the home page of the current site.
Bestandsgrootte 4.55 KB
Aantal Installaties 15
Huidige Versie 1.0.5
Laatst Bijgewerkt 2014-07-04
Publicatiedatum 2014-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://sites.google.com/site/crispy12361
Betalingswijze free
Ondersteunde Talen 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
}