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