EASY CORS

Add cors headers to response header.

EASY CORSคืออะไร?

EASY CORS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ikeq Cheng และคุณลักษณะหลักของมันคือ "Add cors headers to response header."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EASY CORS

ดาวน์โหลดไฟล์ส่วนขยาย EASY CORS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin aims to patch http headers to succeed cross domain request for developers (mainly front end developers ^_^). 

The main features is as follows:

1. Very simplified UI.
2. Set Access-Control-Allow-Origin to the request domain's origin instead of *.
3. Blacklist mode instead of whitelist mode (eg. only set your dev servers' origin).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EASY CORS EASY CORS
ID gcdaaelgdlicnnichhholnoagafangej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-cors/gcdaaelgdlicnnichhholnoagafangej
คำอธิบาย Add cors headers to response header.
ขนาดไฟล์ 55.17 KB
จำนวนการติดตั้ง 4,349
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2020-11-15
วันที่เผยแพร่ 2020-04-02
คะแนน 4.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Ikeq Cheng
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tools.oniuo.com/cors/
URL หน้าช่วยเหลือ https://tools.oniuo.com/cors/support
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "version": "0.2.5",
    "description": "__MSG_app_desc__",
    "homepage_url": "https:\/\/tools.oniuo.com\/cors\/",
    "name": "__MSG_app_title__",
    "short_name": "__MSG_app_title__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icons\/on.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_title__",
        "default_icon": {
            "128": "icons\/on.png"
        }
    }
}