XSwitch

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

XSwitch là gì?

XSwitch là một tiện ích mở rộng Chrome được phát triển bởi yize.shc, và tính năng chính của nó là "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng XSwitch

Tải xuống các tệp mở rộng XSwitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
URL Chính Thức https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
Mô tả A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.17.1
Cập Nhật Lần Cuối 2021-06-01
Ngày Phát Hành 2019-09-17
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển yize.shc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yuque.com/jiushen/blog/lcwn7i
URL Trang Trợ Giúp https://github.com/yize/xswitch/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}