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是由meded90開發的Chrome擴展程式,該擴展的主要功能是“Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…”。
擴展截圖
下載WS Inspector擴展crx文件
下載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 |
官方網址 | 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" } |