EASY CORS

Add cors headers to response header.

EASY CORSとは何ですか?

EASY CORSはIkeq Chengによって開発されたChromeの拡張機能で、その主な機能は「Add cors headers to response header.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This plugin aims to patch http headers to succeed cross domain request for developers (mainly front end developers ^_^). 

The main features is as follows:

1. Very simplified UI.
2. Set Access-Control-Allow-Origin to the request domain's origin instead of *.
3. Blacklist mode instead of whitelist mode (eg. only set your dev servers' origin).                    

拡張機能の基本情報

名前 EASY CORS EASY CORS
ID gcdaaelgdlicnnichhholnoagafangej
公式URL https://chromewebstore.google.com/detail/easy-cors/gcdaaelgdlicnnichhholnoagafangej
説明 Add cors headers to response header.
ファイルサイズ 55.17 KB
インストール数 4,349
現在のバージョン 0.2.5
最終更新日 2020-11-15
公開日 2020-04-02
評価 4.65/5 合計 17 レビュー
開発者 Ikeq Cheng
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tools.oniuo.com/cors/
ヘルプページのURL https://tools.oniuo.com/cors/support
対応言語 en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "version": "0.2.5",
    "description": "__MSG_app_desc__",
    "homepage_url": "https:\/\/tools.oniuo.com\/cors\/",
    "name": "__MSG_app_title__",
    "short_name": "__MSG_app_title__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icons\/on.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_title__",
        "default_icon": {
            "128": "icons\/on.png"
        }
    }
}