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…”。

扩展截图

screenshot

下载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 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"
}