Live HTTP Headers

Monitor all HTTP/HTTPs traffic from your browser.

Live HTTP Headersคืออะไร?

Live HTTP Headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.esolutions.se และคุณลักษณะหลักของมันคือ "Monitor all HTTP/HTTPs traffic from your browser."

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

screenshot
screenshot
screenshot

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

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

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

                        Live HTTP Headers logs all HTTP traffic between your Chrome browser and the Internet.

This extension can be helpful if you want to:
* Debug web application
* Follow redirect path
* See cookies sent by remote site
* See which web server the remote site is using
* See the headers sent to the server
* See which headers the server returns
* See the HTTP verbs used.
* See Response Codes

You can from the settings dialog choose what type of resource you want to capture.

This extension shows you all the headers as they were sent to the server and also the response back. It is not making a second request as some other extensions. All HTTP traffic i captured live.

Developers often want to sniff the REST headers and find that the header information is often more important than the body.

The HTTP headers gives you a lot of information that helps you to determine technology used(Ruby on Rails, ASP.NET, PHP, JBoss, etc.), if the page is cached, encoding and much more.

You can for example get information about Server, Content-Encoding, Content-Type, Content-Length, Expires, Cache-control, X-Powered-By, X-Version, X-Cache, X-AspNet-Version, X-XSS-Protection, X-Content-Security-Policy and many others.

Also see the verbs like GET, POST, HEAD, DELETE, PUT etc.

Hope you find this extension useful.                    

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

ชื่อ Live HTTP Headers Live HTTP Headers
ID ianhploojoffmpcpilhgpacbeaifanid
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/live-http-headers/ianhploojoffmpcpilhgpacbeaifanid
คำอธิบาย Monitor all HTTP/HTTPs traffic from your browser.
ขนาดไฟล์ 89.88 KB
จำนวนการติดตั้ง 23,483
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2021-08-21
วันที่เผยแพร่ 2020-06-24
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.esolutions.se
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "name": "Live HTTP Headers",
    "description": "Monitor all HTTP\/HTTPs traffic from your browser.",
    "version": "1.7",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Live HTTP Headers"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ]
}