RSocket Frame Inspector

RSocket Chrome Devtools

Cos'è RSocket Frame Inspector?

RSocket Frame Inspector è un'estensione di Chrome sviluppata da rsocket, e la sua funzione principale è "RSocket Chrome Devtools".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RSocket Frame Inspector

Scarica i file di estensione RSocket Frame Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RSocket Frame Inspector RSocket Frame Inspector
ID nijdiakpmjaohioaelphnfdbdpbbgkhc
URL Ufficiale https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc
Descrizione RSocket Chrome Devtools
Dimensione del File 133 KB
Conteggio Installazioni 520
Versione Corrente 0.0.5
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2021-02-09
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore rsocket
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rsocket/rsocket-chrome-devtools
URL della Pagina di Aiuto https://github.com/rsocket/rsocket-chrome-devtools/issues
Lingue Supportate 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'"
}