WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
WS Inspector là gì?
WS Inspector là một tiện ích mở rộng Chrome được phát triển bởi meded90, và tính năng chính của nó là "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WS Inspector
Tải xuống các tệp mở rộng WS Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
URL Chính Thức | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
Mô tả | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 134 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-12-05 |
Ngày Phát Hành | 2021-01-18 |
Nhà Phát Triển | meded90 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/meded90/ws-inspector |
URL Trang Trợ Giúp | https://github.com/meded90/ws-inspector/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |