cros-anywhere
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
cros-anywhereคืออะไร?
cros-anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yaozeyuan.online และคุณลักษณะหลักของมันคือ "显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cros-anywhere
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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", " |