Go To Site Home

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

Go To Site Homeとは何ですか?

Go To Site Homeはhttps://sites.google.com/site/crispy12361によって開発されたChromeの拡張機能で、その主な機能は「Adds a button that takes you to the home page of the current site.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Go To Site Home拡張機能のCRXファイルをダウンロード

Go To Site Home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
公式URL https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
説明 Adds a button that takes you to the home page of the current site.
ファイルサイズ 4.55 KB
インストール数 15
現在のバージョン 1.0.5
最終更新日 2014-07-04
公開日 2014-07-03
評価 5.00/5 合計 1 レビュー
開発者 https://sites.google.com/site/crispy12361
支払い方法 free
対応言語 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
}