Go2 Domain Root

Find the root of your domain.

什么是Go2 Domain Root?

Go2 Domain Root是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Find the root of your domain.”。

扩展截图

screenshot

下载Go2 Domain Root扩展crx文件

下载Go2 Domain Root扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Go2 Domain Root

Go2 Domain Root is an ultra simple plugin for quickly navigating from an URL within a domain to its root.

Example:

https://autos.ebay.com/somepage/search.php

Clicking Go2 Domain Root would talk you to:

https://ebay.com                    

扩展基本信息

名称 Go2 Domain Root Go2 Domain Root
ID fbhcolmgnjkdlinknjpinikbjbmacckd
官方URL https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd
简介 Find the root of your domain.
文件大小 4.69 KB
安装次数 54
当前版本 1.0
更新时间 2015-07-30
上架时间 2015-07-29
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 http://intripid.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go2 Domain Root",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find the root of your domain.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "author": "Jase Pellerin",
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}