Site Home

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

What is Site Home?

Site Home is a Chrome extension developed by Jesse Dunlap, and its main feature is "Brings you to the home page of the current site with the click of a button.".

Extension Screenshots

screenshot

Download Site Home Extension CRX File

Download Site Home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Official URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Description Brings you to the home page of the current site with the click of a button.
File Size 10.03 KB
Installation Count 102
Current Version 1.0
Last Updated 2012-06-11
Publish Date 2012-06-10
Rating 5.00/5 Total 1 Ratings
Developer Jesse Dunlap
Payment Type free
Supported Languages 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"
        ]
    }
}