RSocket Frame Inspector
RSocket Chrome Devtools
什么是RSocket Frame Inspector?
RSocket Frame Inspector是由rsocket开发的Chrome扩展程序,该扩展的主要功能是“RSocket Chrome Devtools”。
扩展截图
下载RSocket Frame Inspector扩展crx文件
下载RSocket Frame Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds RSocket debugging tools to the Chrome Developer Tools. RSocket Frame Inspector is a Chrome DevTools extension for the open-source RSocket-JS JavaScript library. It allows you to inspect the RSocket frames sent over the WebSocket connection. You will get a new tab in your Chrome DevTools: "RSocket Frames".The tab shows RSocket frames sent over a WebSocket connection. For each frame, it displays the frame. The data and metadata can also be viewed in the object inspector view if the frames are encoded in json.
扩展基本信息
名称 | RSocket Frame Inspector |
ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
官方URL | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
简介 | RSocket Chrome Devtools |
文件大小 | 133 KB |
安装次数 | 520 |
当前版本 | 0.0.5 |
更新时间 | 2024-02-17 |
上架时间 | 2021-02-09 |
评分 | 4.00/5 共4次评分 |
开发者 | rsocket |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rsocket/rsocket-chrome-devtools |
帮助页面URL | https://github.com/rsocket/rsocket-chrome-devtools/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "RSocket Chrome Devtools", "version": "0.0.5", "manifest_version": 2, "name": "RSocket Frame Inspector", "permissions": [ "debugger" ], "devtools_page": "devtools.html", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |