Live HTTP headers
Displays the live log with the http requests headers
Live HTTP headersคืออะไร?
Live HTTP headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thesenselessguy.business และคุณลักษณะหลักของมันคือ "Displays the live log with the http requests headers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live HTTP headers
ดาวน์โหลดไฟล์ส่วนขยาย Live HTTP headers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Live http replay. intervept and replay requests. Play with urls
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
คำอธิบาย | Displays the live log with the http requests headers |
ขนาดไฟล์ | 6.15 KB |
จำนวนการติดตั้ง | 524 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-09-30 |
วันที่เผยแพร่ | 2018-08-19 |
ผู้พัฒนา | thesenselessguy.business |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live HTTP headers", "description": "Displays the live log with the http requests headers", "version": "1.0", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Live HTTP headers" }, "manifest_version": 2 } |