WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
WS Inspectorคืออะไร?
WS Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meded90 และคุณลักษณะหลักของมันคือ "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WS Inspector
ดาวน์โหลดไฟล์ส่วนขยาย WS Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML based hex view, and does not work well for large frameStore (~10K+). Considering switching to canvas based view instead. If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
คำอธิบาย | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2021-12-05 |
วันที่เผยแพร่ | 2021-01-18 |
ผู้พัฒนา | meded90 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/meded90/ws-inspector |
URL หน้าช่วยเหลือ | https://github.com/meded90/ws-inspector/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WS Inspector", "minimum_chrome_version": "88", "permissions": [ "debugger", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "devtools_page": "main.html", "content_security_policy": { "script-src": "self unsafe-eval", "unsafe-eval": "object-src self", "unsafe-inline": "self" }, "version": "0.0.6" } |