XSwitch

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

XSwitch क्या है?

XSwitch yize.shc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XSwitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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