XSwitch

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

¿Qué es XSwitch?

XSwitch es una extensión de Chrome desarrollada por yize.shc, y su función principal es "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión XSwitch

Descarga archivos de extensión XSwitch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
URL Oficial https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
Descripción A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Tamaño del Archivo 1.6 MB
Cantidad de Instalaciones 20,000
Versión Actual 1.17.1
Última Actualización 2021-06-01
Fecha de Publicación 2019-09-17
Calificación 5.00/5 Total de 18 Calificaciones
Desarrollador yize.shc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://yuque.com/jiushen/blog/lcwn7i
URL de la Página de Ayuda https://github.com/yize/xswitch/issues
Idiomas Soportados 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"
        ]
    }
}