RSocket Frame Inspector

RSocket Chrome Devtools

Qu'est-ce que RSocket Frame Inspector ?

RSocket Frame Inspector est une extension Chrome développée par rsocket, et sa fonction principale est "RSocket Chrome Devtools".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RSocket Frame Inspector

Téléchargez les fichiers d'extension RSocket Frame Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RSocket Frame Inspector RSocket Frame Inspector
ID nijdiakpmjaohioaelphnfdbdpbbgkhc
URL Officiel https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc
Description RSocket Chrome Devtools
Taille du Fichier 133 KB
Nombre d'Installations 520
Version Actuelle 0.0.5
Dernière Mise à Jour 2024-02-17
Date de Publication 2021-02-09
Évaluation 4.00/5 Total 4 Évaluations
Développeur rsocket
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rsocket/rsocket-chrome-devtools
URL de la Page d'Aide https://github.com/rsocket/rsocket-chrome-devtools/issues
Langues Prises en Charge 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'"
}