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
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 |
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 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", " |