NoCors

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

NoCorsとは何ですか?

NoCorsはchenghaoyxによって開発されたChromeの拡張機能で、その主な機能は「允许网页跨域的开发调试和测试工具.」です。

拡張機能のスクリーンショット

screenshot

NoCors拡張機能のCRXファイルをダウンロード

NoCors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        强制所有返回数据添加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
Eメール [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"
    ]
}