WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Co to jest WS Inspector?
WS Inspector to rozszerzenie Chrome opracowane przez meded90, a jego główną funkcją jest „Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WS Inspector
Pobierz pliki rozszerzeń WS Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
Oficjalny URL | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
Opis | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
Rozmiar pliku | 202 KB |
Liczba instalacji | 134 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2021-12-05 |
Data Publikacji | 2021-01-18 |
Deweloper | meded90 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/meded90/ws-inspector |
Adres URL Strony Pomocy | https://github.com/meded90/ws-inspector/issues |
Obsługiwane Języki | 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" } |