Who CORS?

Make requests to domains without having to worry about CORS.

Who CORS?とは何ですか?

Who CORS?はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Make requests to domains without having to worry about CORS.」です。

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

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

拡張機能の使用方法

                        This plugin aims to ease CORS related issues for developers. When this extension is enabled you can whitelist specific domains so that requests/responses won't fail if they don't have the appropriate CORS headers set.

This is a fork of https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

Source code is available here: https://github.com/jdart/who-cors

Changelog
0.0.4
Made origin configurable                    

拡張機能の基本情報

名前 Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
公式URL https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
説明 Make requests to domains without having to worry about CORS.
ファイルサイズ 1.86 MB
インストール数 4,099
現在のバージョン 0.0.4
最終更新日 2017-11-21
公開日 2017-11-21
評価 4.08/5 合計 13 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/jdart/who-cors
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who CORS?",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make requests to domains without having to worry about CORS.",
    "background": {
        "scripts": [
            "bower_components\/bower-webfontloader\/webfont.js",
            "global.js",
            "tabs.js",
            "config.js",
            "icon.js",
            "listeners.js",
            "activate.js"
        ]
    },
    "browser_action": {
        "default_title": "Who CORS?",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "web_accessible_resources": []
}