Domain Swap

Switch domains without switching paths.

什么是Domain Swap?

Domain Swap是由jmhobbs开发的Chrome扩展程序,该扩展的主要功能是“Switch domains without switching paths.”。

扩展截图

screenshot

下载Domain Swap扩展crx文件

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

扩展使用说明

                        Domain Swap is a  Google Chrome extension which lets you change the domain of the active tab while keeping the path the same.

This is great for web developers who share links and need to easily switch between environments.                    

扩展基本信息

名称 Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
官方URL https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
简介 Switch domains without switching paths.
文件大小 23.81 KB
安装次数 222
当前版本 2.0.2
更新时间 2013-12-12
上架时间 2013-12-11
评分 4.13/5 共8次评分
开发者 jmhobbs
付费类型 free
扩展官网 https://github.com/jmhobbs/domain-swap
帮助页面URL https://github.com/jmhobbs/domain-swap/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Swap",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Switch domains without switching paths.",
    "homepage_url": "https:\/\/github.com\/jmhobbs\/google-chome-domain-switcher",
    "icons": {
        "128": "icon-128x128.png",
        "64": "icon-64x64.png",
        "32": "icon-32x32.png",
        "19": "icon-19x19.png"
    },
    "background": {
        "scripts": [
            "domain-sets.js",
            "storage.js",
            "domain-switcher.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19x19.png",
        "default_title": "Switch Domain"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}