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 |
公式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 |
Eメール | [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" } |