Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Allow CORS & Originคืออะไร?
Allow CORS & Origin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tabhibernation2.0 และคุณลักษณะหลักของมันคือ "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allow CORS & Origin
ดาวน์โหลดไฟล์ส่วนขยาย Allow CORS & Origin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⬇️Easy to set up⬇️: 1. Install the extension. 2. To activate the add-on, open the toolbar 🛠 popup, 3. Press the toggle button on the left side, the icon will turn from gray to an orange C letter. ✨Features ✨ 1. Performs the request to unblock CORS. 2. Easily perform cross-domain Ajax requests in web applications. 3. Add ➕(Access-Control-Allow-Origin: 😉rule to the response header. Unblock CORS or Cross-Origin Resource Sharing with this extension which is blocked 🚫 in modern browsers by default
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
คำอธิบาย | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
ขนาดไฟล์ | 58.51 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2022-10-13 |
คะแนน | 3.55/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | tabhibernation2.0 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Allow CORS & Origin", "name": "Allow CORS & Origin", "version": "1.0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "host_permissions": [ " |