RSocket Frame Inspector

RSocket Chrome Devtools

RSocket Frame Inspectorとは何ですか?

RSocket Frame Inspectorはrsocketによって開発されたChromeの拡張機能で、その主な機能は「RSocket Chrome Devtools」です。

拡張機能のスクリーンショット

screenshot

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