SSE Viewer
SSE Viewer is a Chrome extension for displaying EventStream in the devtools
Что такое SSE Viewer?
SSE Viewer - это расширение Chrome, разработанное maltoze, и его основная функция - "SSE Viewer is a Chrome extension for displaying EventStream in the devtools".
Снимки экрана расширения
Скачать файл CRX расширения SSE Viewer
Скачайте файлы расширений SSE Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
SSE Viewer is a Chrome extension that allows you to easily view EventStream data from event stream requests made using fetch.
Основная информация о расширении
Название | SSE Viewer |
ID | pkofiecpdokojdgoccnbfplkphbmppaf |
Официальный URL | https://chromewebstore.google.com/detail/sse-viewer/pkofiecpdokojdgoccnbfplkphbmppaf |
Описание | SSE Viewer is a Chrome extension for displaying EventStream in the devtools |
Размер файла | 8.43 KB |
Количество установок | 2,339 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2023-07-27 |
Дата публикации | 2023-07-22 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | maltoze |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/maltoze/sse-viewer |
URL страницы помощи | https://github.com/maltoze/sse-viewer/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SSE Viewer", "description": "SSE Viewer is a Chrome extension for displaying EventStream in the devtools", "version": "0.1.2", "permissions": [ "debugger", "activeTab" ], "background": { "service_worker": "service-worker.js" }, "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "action": { "default_icon": "assets\/icon-gray.png" }, "content_scripts": [ { "matches": [ " |