WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Wat is WS Inspector?
WS Inspector is een Chrome-extensie ontwikkeld door meded90, en de belangrijkste functie is "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".
Extensie Screenshots
Download het CRX-bestand van de extensie WS Inspector
Download WS Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
Officiële URL | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
Beschrijving | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
Bestandsgrootte | 202 KB |
Aantal Installaties | 134 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2021-12-05 |
Publicatiedatum | 2021-01-18 |
Ontwikkelaar | meded90 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/meded90/ws-inspector |
Help Pagina-URL | https://github.com/meded90/ws-inspector/issues |
Ondersteunde Talen | 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" } |