cros-anywhere
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
cros-anywhereとは何ですか?
cros-anywhereはhttps://www.yaozeyuan.onlineによって開発されたChromeの拡張機能で、その主な機能は「显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`」です。
拡張機能のスクリーンショット
cros-anywhere拡張機能のCRXファイルをダウンロード
cros-anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
当Access-Control-Allow-Credentials 为 true 时(跨域传递cookie), Access-Control-Allow-Origin需要显式指定来源域名, 而不是之前的* When Access-Control-Allow-Credentials is true ( need transfer cookie for other domain), `Access-Control-Allow-Origin` need to be origin-host instead of '*'. This is all of Plugin do
拡張機能の基本情報
名前 | cros-anywhere |
ID | gcagclbpmooihllccniifbdekfeneebm |
公式URL | https://chromewebstore.google.com/detail/cros-anywhere/gcagclbpmooihllccniifbdekfeneebm |
説明 | 显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host` |
ファイルサイズ | 261 KB |
インストール数 | 1,751 |
現在のバージョン | 1.0.7 |
最終更新日 | 2019-03-24 |
公開日 | 2019-03-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.yaozeyuan.online |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/gcagclbpmooihllccniifbdekfeneebm |
ヘルプページのURL | https://github.com/YaoZeyuan/Access-Control-Allow-Origin |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u663e\u5f0f\u5141\u8bb8\u6765\u81eaOrigin\u7684\u8bf7\u6c42 \/ Modify cros option response into `Access-Control-Allow-Origin: origin-host`", "version": "1.0.7", "name": "cros-anywhere", "author": "\u59da\u6cfd\u6e90", "homepage_url": "https:\/\/www.yaozeyuan.online\/", "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "off.png", "default_title": "cros-anywhere", "default_popup": "popup.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |