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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        ]
    }
}