Site root

Go to the home page of the current site.

Site rootとは何ですか?

Site rootはbaruchlubinskyによって開発されたChromeの拡張機能で、その主な機能は「Go to the home page of the current site.」です。

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

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

拡張機能の使用方法

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

拡張機能の基本情報

名前 Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
公式URL https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
説明 Go to the home page of the current site.
ファイルサイズ 21.93 KB
インストール数 21
現在のバージョン 1.0
最終更新日 2014-09-05
公開日 2014-09-05
評価 5.00/5 合計 1 レビュー
開発者 baruchlubinsky
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}