WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Qu'est-ce que WS Inspector ?
WS Inspector est une extension Chrome développée par meded90, et sa fonction principale est "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WS Inspector
Téléchargez les fichiers d'extension WS 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
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML based hex view, and does not work well for large frameStore (~10K+). Considering switching to canvas based view instead. If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.
Informations de Base sur l'Extension
Nom | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
URL Officiel | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
Description | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
Taille du Fichier | 202 KB |
Nombre d'Installations | 134 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2021-12-05 |
Date de Publication | 2021-01-18 |
Développeur | meded90 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/meded90/ws-inspector |
URL de la Page d'Aide | https://github.com/meded90/ws-inspector/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WS Inspector", "minimum_chrome_version": "88", "permissions": [ "debugger", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "devtools_page": "main.html", "content_security_policy": { "script-src": "self unsafe-eval", "unsafe-eval": "object-src self", "unsafe-inline": "self" }, "version": "0.0.6" } |