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"
        }
    }
}