NoCors

允许网页跨域的开发调试和测试工具.

NoCors란 무엇입니까?

NoCors은(는) chenghaoyx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "允许网页跨域的开发调试和测试工具."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        强制所有返回数据添加CORS返回头,避免开发中遇到的跨域问题
取消CORS访问限制,方便前端开发人员、调试应用                    

확장 프로그램 기본 정보

이름 NoCors NoCors
ID nfakhfincbmkmomdkmknpebflpalkkcm
공식 URL https://chrome.google.com/webstore/detail/nocors/nfakhfincbmkmomdkmknpebflpalkkcm
설명 允许网页跨域的开发调试和测试工具.
파일 크기 15.46 KB
설치 횟수 145
현재 버전 1.4.1
최근 업데이트 2019-12-24
출시 날짜 2019-12-21
개발자 chenghaoyx
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "name": "NoCors",
    "manifest_version": 2,
    "description": "\u5141\u8bb8\u7f51\u9875\u8de8\u57df\u7684\u5f00\u53d1\u8c03\u8bd5\u548c\u6d4b\u8bd5\u5de5\u5177.",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "NoCors",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/hock1.js"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "contextMenus",
        "tabs",
        "notifications",
        "webRequest",
        "storage",
        "webRequest",
        "",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}