Go To Site Home

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

Vad är Go To Site Home?

Go To Site Home är en Chrome-tillägg utvecklad av https://sites.google.com/site/crispy12361, och dess huvudfunktion är "Adds a button that takes you to the home page of the current site.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Go To Site Home-förlängningens CRX-fil

Ladda ner Go To Site Home-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
Officiell webbadress https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
Beskrivning Adds a button that takes you to the home page of the current site.
Filstorlek 4.55 KB
Antal Installationer 15
Aktuell Version 1.0.5
Senast Uppdaterad 2014-07-04
Publiceringsdatum 2014-07-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://sites.google.com/site/crispy12361
Betalningssätt free
Stödda Språk 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
}