Cross Domain - CORS
Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
Cross Domain - CORSคืออะไร?
Cross Domain - CORS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mai Tan และคุณลักษณะหลักของมันคือ "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cross Domain - CORS
ดาวน์โหลดไฟล์ส่วนขยาย Cross Domain - CORS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visit out website: https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Cross Domain will help you to deal with cross domain - Cross-Origin Resource Sharing (CORS) problem. This is a small tool will helpful for web developer and related domain that face with cross domain issue.
List of feature:
- Allow cross domain
- Customize Url pattern base on Javascript Regex
- Allow enable, disable
- Very friendly interface
Under the hood:
This extension allow Cross-Origin Resource Sharing (CORS) by modify header response from server and add more header to allow CORS request:
Access-control-allow-origin
Access-control-allow-methods
Access-control-allow-headers
Access-control-expose-headers
This is for development purpose only. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mjhpgnbimicffchbodmgfnemoghjakai |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai |
| คำอธิบาย | Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue. |
| ขนาดไฟล์ | 118 KB |
| จำนวนการติดตั้ง | 51,209 |
| เวอร์ชันปัจจุบัน | 0.2.3 |
| อัปเดตครั้งล่าสุด | 2021-05-23 |
| วันที่เผยแพร่ | 2020-04-28 |
| คะแนน | 4.10/5 รวมทั้งหมด 58 คะแนน |
| ผู้พัฒนา | Mai Tan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
| URL หน้าช่วยเหลือ | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.2.3",
"name": "Cross Domain - CORS",
"description": "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.",
"icons": {
"64": "icons\/enable-64.png",
"128": "icons\/enable-128.png"
},
"background": {
"scripts": [
"background-script.js"
]
},
"browser_action": {
"default_icon": "icons\/enable-64.png",
"default_title": "Cross Domain - CORS",
"default_popup": "popup\/panel.html"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
" | |