Who CORS?

Make requests to domains without having to worry about CORS.

Who CORS?คืออะไร?

Who CORS? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Make requests to domains without having to worry about CORS."

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

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

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

                        This plugin aims to ease CORS related issues for developers. When this extension is enabled you can whitelist specific domains so that requests/responses won't fail if they don't have the appropriate CORS headers set.

This is a fork of https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

Source code is available here: https://github.com/jdart/who-cors

Changelog
0.0.4
Made origin configurable                    

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

ชื่อ Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
คำอธิบาย Make requests to domains without having to worry about CORS.
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 4,099
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2017-11-21
วันที่เผยแพร่ 2017-11-21
คะแนน 4.08/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jdart/who-cors
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who CORS?",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make requests to domains without having to worry about CORS.",
    "background": {
        "scripts": [
            "bower_components\/bower-webfontloader\/webfont.js",
            "global.js",
            "tabs.js",
            "config.js",
            "icon.js",
            "listeners.js",
            "activate.js"
        ]
    },
    "browser_action": {
        "default_title": "Who CORS?",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "web_accessible_resources": []
}