XSwitch

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

XSwitch란 무엇입니까?

XSwitch은(는) yize.shc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy."입니다.

확장 프로그램 스크린샷

screenshot

XSwitch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
공식 URL https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
설명 A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
파일 크기 1.6 MB
설치 횟수 20,000
현재 버전 1.17.1
최근 업데이트 2021-06-01
출시 날짜 2019-09-17
평점 5.00/5 총 18 개의 평점
개발자 yize.shc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yuque.com/jiushen/blog/lcwn7i
도움말 페이지 URL https://github.com/yize/xswitch/issues
지원되는 언어 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"
        ]
    }
}