HTTP Headers

Displays the live log with HTTP request headers

HTTP Headersคืออะไร?

HTTP Headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://coolcomputers.info และคุณลักษณะหลักของมันคือ "Displays the live log with HTTP request headers"

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

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

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

                        Shows you server headers and responses.                    

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

ชื่อ HTTP Headers HTTP Headers
ID fdlppdjcgkeemdegnagdjklldpoimiic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic
คำอธิบาย Displays the live log with HTTP request headers
ขนาดไฟล์ 42.83 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-01-24
วันที่เผยแพร่ 2017-01-24
ผู้พัฒนา http://coolcomputers.info
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTTP Headers",
    "description": "Displays the live log with HTTP request headers",
    "version": "1.0.2",
    "short_name": "HTTP Headers",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon512.png",
        "default_title": "HTTP headers"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "manifest_version": 2
}