RSocket Frame Inspector

RSocket Chrome Devtools

What is RSocket Frame Inspector?

RSocket Frame Inspector is a Chrome extension developed by rsocket, and its main feature is "RSocket Chrome Devtools".

Extension Screenshots

screenshot

Download RSocket Frame Inspector Extension CRX File

Download RSocket Frame Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RSocket Frame Inspector RSocket Frame Inspector
ID nijdiakpmjaohioaelphnfdbdpbbgkhc
Official URL https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc
Description RSocket Chrome Devtools
File Size 133 KB
Installation Count 520
Current Version 0.0.5
Last Updated 2024-02-17
Publish Date 2021-02-09
Rating 4.00/5 Total 4 Ratings
Developer rsocket
Email [email protected]
Payment Type free
Extension Website https://github.com/rsocket/rsocket-chrome-devtools
Help Page URL https://github.com/rsocket/rsocket-chrome-devtools/issues
Supported Languages 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'"
}