Websocket Client
Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.
什麼是Websocket Client?
Websocket Client是由Wany開發的Chrome擴展程式,該擴展的主要功能是“Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.”。
擴展截圖
下載Websocket Client擴展crx文件
下載Websocket Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Websocket client in chrome.
- Supports WS / WSS.
- Auto-saving multiple session workspace.
- Has light / dark mode. 擴展基本資訊
| 名稱 | |
| ID | hpfnjebiemmbpdmifdbkgkffjdojlmpj |
| 官方網址 | https://chromewebstore.google.com/detail/websocket-client/hpfnjebiemmbpdmifdbkgkffjdojlmpj |
| 簡介 | Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace. |
| 檔案大小 | 24.92 KB |
| 安裝次數 | 87 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2023-07-28 |
| 上架時間 | 2023-07-28 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Wany |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://wany.io |
| 隱私政策頁面URL | https://wany.io/privacy-policy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Websocket Client",
"version": "0.1.2",
"description": "Websocket client in chrome. Supports WS \/ WSS. Auto-saving multiple session workspace.",
"author": "[email protected]",
"action": [],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |