XSwitch
A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Apa itu XSwitch?
XSwitch adalah ekstensi Chrome yang dikembangkan oleh yize.shc, dan fitur utamanya adalah "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XSwitch
Unduh file ekstensi XSwitch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | XSwitch |
ID | idkjhjggpffolpidfkikidcokdkdaogg |
URL Resmi | https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg |
Deskripsi | A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy. |
Ukuran File | 1.6 MB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.17.1 |
Terakhir Diperbarui | 2021-06-01 |
Tanggal Publikasi | 2019-09-17 |
Penilaian | 5.00/5 Total 18 Penilaian |
Pengembang | yize.shc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://yuque.com/jiushen/blog/lcwn7i |
URL Halaman Bantuan | https://github.com/yize/xswitch/issues |
Bahasa yang Didukung | 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", " |