XSwitch
A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Cos'è XSwitch?
XSwitch è un'estensione di Chrome sviluppata da yize.shc, e la sua funzione principale è "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XSwitch
Scarica i file di estensione XSwitch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | XSwitch |
ID | idkjhjggpffolpidfkikidcokdkdaogg |
URL Ufficiale | https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg |
Descrizione | A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy. |
Dimensione del File | 1.6 MB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.17.1 |
Ultimo Aggiornamento | 2021-06-01 |
Data di Pubblicazione | 2019-09-17 |
Valutazione | 5.00/5 Totale 18 Valutazioni |
Sviluppatore | yize.shc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yuque.com/jiushen/blog/lcwn7i |
URL della Pagina di Aiuto | https://github.com/yize/xswitch/issues |
Lingue Supportate | 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", " |