Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
Web Snifferคืออะไร?
Web Sniffer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://5ms.ru และคุณลักษณะหลักของมันคือ "View all HTTP Requests and Responses sent between the Web browser and the Web server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Sniffer
ดาวน์โหลดไฟล์ส่วนขยาย Web Sniffer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For every HTTP request, the following information is displayed (can hide): - Tab ID, Title [filtered] - Request ID - Type Request [filtered] - Time [filtered] - Status [filtered] - Method (GET/POST, POST Body) [filtered] - Hostname [filtered] - URL (GET Params) - Headers (Request/Response)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
คำอธิบาย | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
ขนาดไฟล์ | 192 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2018-03-19 |
วันที่เผยแพร่ | 2018-03-19 |
คะแนน | 3.86/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | http://5ms.ru |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://5ms.ru/sniffer/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Sniffer", "version": "0.0.0.2", "description": "View all HTTP Requests and Responses sent between the Web browser and the Web server.", "short_name": "Web Sniffer", "author": "5MS", "homepage_url": "http:\/\/5ms.ru\/sniffer\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Start Web Sniffer" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "manifest_version": 2 } |