XSwitch
A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
O que é XSwitch?
XSwitch é uma extensão do Chrome desenvolvida por yize.shc, e sua principal característica é "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão XSwitch
Baixe arquivos de extensão XSwitch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | XSwitch |
ID | idkjhjggpffolpidfkikidcokdkdaogg |
URL Oficial | https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg |
Descrição | A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy. |
Tamanho do Arquivo | 1.6 MB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.17.1 |
Última Atualização | 2021-06-01 |
Data de Publicação | 2019-09-17 |
Classificação | 5.00/5 Total de 18 Avaliações |
Desenvolvedor | yize.shc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://yuque.com/jiushen/blog/lcwn7i |
URL da Página de Ajuda | https://github.com/yize/xswitch/issues |
Idiomas Suportados | 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", " |