XSwitch

A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.

Hvad er XSwitch?

XSwitch er en Chrome-udvidelse udviklet af yize.shc, og dens hovedfunktion er "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".

Udvidelsesskærmbilleder

screenshot

Download XSwitch-udvidelses-CRX-fil

Download XSwitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
Officiel URL https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
Beskrivelse A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
Filstørrelse 1.6 MB
Antal Installationer 20,000
Nuværende Version 1.17.1
Senest Opdateret 2021-06-01
Udgivelsesdato 2019-09-17
Bedømmelse 5.00/5 Samlet 18 Bedømmelser
Udvikler yize.shc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://yuque.com/jiushen/blog/lcwn7i
Hjælpeside-URL https://github.com/yize/xswitch/issues
Understøttede Sprog 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",
        ""
    ],
    "icons": {
        "48": "images\/grey_128.png",
        "128": "images\/grey_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "default": "Ctrl+Shift+X"
            }
        }
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    }
}