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
官方網址 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"
    ]
}