XSwitch
A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Vad är XSwitch?
XSwitch är en Chrome-tillägg utvecklad av yize.shc, och dess huvudfunktion är "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".
Tilläggsskärmbilder
Ladda ner XSwitch-förlängningens CRX-fil
Ladda ner XSwitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | XSwitch |
ID | idkjhjggpffolpidfkikidcokdkdaogg |
Officiell webbadress | https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg |
Beskrivning | A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy. |
Filstorlek | 1.6 MB |
Antal Installationer | 20,000 |
Aktuell Version | 1.17.1 |
Senast Uppdaterad | 2021-06-01 |
Publiceringsdatum | 2019-09-17 |
Betyg | 5.00/5 Totalt 18 Betyg |
Utvecklare | yize.shc |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://yuque.com/jiushen/blog/lcwn7i |
Hjälpsida URL | https://github.com/yize/xswitch/issues |
Stödda Språk | 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", " |