XSwitch

A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.

XSwitchとは何ですか?

XSwitchはyize.shcによって開発されたChromeの拡張機能で、その主な機能は「A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.」です。

拡張機能のスクリーンショット

screenshot

XSwitch拡張機能のCRXファイルをダウンロード

XSwitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
You can use it to redirect online CDN or any other URLs to other URLs, like local files/CDN URLs/inline JavaScript etc.
You can also make sites enabled CORS, just for you
Have Fun.                    

拡張機能の基本情報

名前 XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
公式URL https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
説明 A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
ファイルサイズ 1.6 MB
インストール数 20,000
現在のバージョン 1.17.1
最終更新日 2021-06-01
公開日 2019-09-17
評価 5.00/5 合計 18 レビュー
開発者 yize.shc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://yuque.com/jiushen/blog/lcwn7i
ヘルプページのURL https://github.com/yize/xswitch/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XSwitch",
    "description": "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.",
    "short_name": "xs",
    "version": "1.17.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/grey_128.png",
        "default_title": "XSwitch",
        "default_popup": "XSwitch.html"
    },
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking",
        "browsingData",
        ""
    ],
    "icons": {
        "48": "images\/grey_128.png",
        "128": "images\/grey_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "default": "Ctrl+Shift+X"
            }
        }
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    }
}