XSwitch

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

Qu'est-ce que XSwitch ?

XSwitch est une extension Chrome développée par yize.shc, et sa fonction principale est "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension XSwitch

Téléchargez les fichiers d'extension XSwitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
URL Officiel https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
Description A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Taille du Fichier 1.6 MB
Nombre d'Installations 20,000
Version Actuelle 1.17.1
Dernière Mise à Jour 2021-06-01
Date de Publication 2019-09-17
Évaluation 5.00/5 Total 18 Évaluations
Développeur yize.shc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yuque.com/jiushen/blog/lcwn7i
URL de la Page d'Aide https://github.com/yize/xswitch/issues
Langues Prises en Charge 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"
        ]
    }
}