Site Home

Brings you to the home page of the current site with the click of a button.

Vad är Site Home?

Site Home är en Chrome-tillägg utvecklad av Jesse Dunlap, och dess huvudfunktion är "Brings you to the home page of the current site with the click of a button.".

Tilläggsskärmbilder

screenshot

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

Ladda ner 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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

Grundläggande Information om Tillägg

Namn Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Officiell webbadress https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Beskrivning Brings you to the home page of the current site with the click of a button.
Filstorlek 10.03 KB
Antal Installationer 102
Aktuell Version 1.0
Senast Uppdaterad 2012-06-11
Publiceringsdatum 2012-06-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Jesse Dunlap
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}