RSocket Frame Inspector
RSocket Chrome Devtools
Apa itu RSocket Frame Inspector?
RSocket Frame Inspector adalah ekstensi Chrome yang dikembangkan oleh rsocket, dan fitur utamanya adalah "RSocket Chrome Devtools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RSocket Frame Inspector
Unduh file ekstensi RSocket Frame Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | RSocket Frame Inspector |
ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
URL Resmi | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
Deskripsi | RSocket Chrome Devtools |
Ukuran File | 133 KB |
Jumlah Instalasi | 520 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2024-02-17 |
Tanggal Publikasi | 2021-02-09 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | rsocket |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rsocket/rsocket-chrome-devtools |
URL Halaman Bantuan | https://github.com/rsocket/rsocket-chrome-devtools/issues |
Bahasa yang Didukung | 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'" } |