WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Что такое WS Inspector?
WS Inspector - это расширение Chrome, разработанное meded90, и его основная функция - "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".
Снимки экрана расширения
Скачать файл CRX расширения WS Inspector
Скачайте файлы расширений WS Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
Официальный URL | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
Описание | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
Размер файла | 202 KB |
Количество установок | 134 |
Текущая Версия | 0.0.6 |
Последнее Обновление | 2021-12-05 |
Дата публикации | 2021-01-18 |
Разработчик | meded90 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/meded90/ws-inspector |
URL страницы помощи | https://github.com/meded90/ws-inspector/issues |
Поддерживаемые языки | 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" } |