HTTP Headers
Quickly view HTTP headers for the current page.
HTTP Headersคืออะไร?
HTTP Headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Kalafarski และคุณลักษณะหลักของมันคือ "Quickly view HTTP headers for the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTTP Headers
ดาวน์โหลดไฟล์ส่วนขยาย HTTP Headers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display HTTP headers for all requests and responses for the current page. HTTP Headers is a lightweight extension that contains no third-party libraries and no user tracking. It is designed to allow you to quickly review status codes and headers for the requests that Chrome makes and the responses it receives. Headers are always listed alphabetically, and very long values are truncated to a single line until you hover over them with your mouse, to keep the list easy to read. Descriptions of common headers are included to help you understand what each one does. Clicking on a value will copy that header to the clipboard in the standard HTTP header format. The extension's icon will display a badge indicating either the status code of the response, or the total number of requests the browser made, including redirects. The color of the badge always indicates the status of final response. This extension is open source and the source code is available at https://github.com/farski/http-headers-crx
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTTP Headers |
ID | jphpailopmbbpdaakikbhfhknieachbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/http-headers/jphpailopmbbpdaakikbhfhknieachbj |
คำอธิบาย | Quickly view HTTP headers for the current page. |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 2,210 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-12-25 |
วันที่เผยแพร่ | 2017-05-17 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Christopher Kalafarski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "19": "images\/icons\/cloud\/blue\/38.png", "38": "images\/icons\/cloud\/blue\/76.png" }, "default_popup": "page_action\/popup.html", "default_title": "HTTP Headers" }, "description": "Quickly view HTTP headers for the current page.", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icons\/cloud\/blue\/38.png", "48": "images\/icons\/cloud\/blue\/96.png", "128": "images\/icons\/cloud\/blue\/256.png", "512": "images\/icons\/cloud\/blue\/512.png" }, "manifest_version": 3, "name": "HTTP Headers", "permissions": [ "storage", "webRequest" ], "version": "1.1.1" } |