SSE Viewer
SSE Viewer is a Chrome extension for displaying EventStream in the devtools
什麼是SSE Viewer?
SSE Viewer是由maltoze開發的Chrome擴展程式,該擴展的主要功能是“SSE Viewer is a Chrome extension for displaying EventStream in the devtools”。
擴展截圖
下載SSE Viewer擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pkofiecpdokojdgoccnbfplkphbmppaf |
| 官方網址 | 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": [
" | |