SSE Viewer
SSE Viewer is a Chrome extension for displaying EventStream in the devtools
Vad är SSE Viewer?
SSE Viewer är en Chrome-tillägg utvecklad av maltoze, och dess huvudfunktion är "SSE Viewer is a Chrome extension for displaying EventStream in the devtools".
Tilläggsskärmbilder
Ladda ner SSE Viewer-förlängningens CRX-fil
Ladda ner SSE Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
SSE Viewer is a Chrome extension that allows you to easily view EventStream data from event stream requests made using fetch.
Grundläggande Information om Tillägg
Namn | SSE Viewer |
ID | pkofiecpdokojdgoccnbfplkphbmppaf |
Officiell webbadress | https://chromewebstore.google.com/detail/sse-viewer/pkofiecpdokojdgoccnbfplkphbmppaf |
Beskrivning | SSE Viewer is a Chrome extension for displaying EventStream in the devtools |
Filstorlek | 8.43 KB |
Antal Installationer | 2,339 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2023-07-27 |
Publiceringsdatum | 2023-07-22 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | maltoze |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/maltoze/sse-viewer |
Hjälpsida URL | https://github.com/maltoze/sse-viewer/issues |
Stödda Språk | 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": [ " |