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 |
| 官方URL | 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"
]
} | |