ProxyAuth

add proxy-authentication to header

ProxyAuthคืออะไร?

ProxyAuth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rui7905 และคุณลักษณะหลักของมันคือ "add proxy-authentication to header"

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

screenshot

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

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

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

                        adding proxy-authentication into header for every http request.                    

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

ชื่อ ProxyAuth ProxyAuth
ID kkhmffmnlajcffopgochogejfecakfhh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh
คำอธิบาย add proxy-authentication to header
ขนาดไฟล์ 225 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2013-07-03
วันที่เผยแพร่ 2013-07-03
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา rui7905
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProxyAuth",
    "description": "add proxy-authentication to header",
    "browser_action": {
        "default_title": "proxy Auth",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "manifest_version": 2,
    "version": "0.0.1"
}