XSwitch

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

XSwitchคืออะไร?

XSwitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yize.shc และคุณลักษณะหลักของมันคือ "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XSwitch

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}