Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
什么是Simple WebSocket Client?
Simple WebSocket Client是由olshevskiy87开发的Chrome扩展程序,该扩展的主要功能是“Construct custom Web Socket requests and handle responses to directly test your Web Socket services.”。
扩展截图
下载Simple WebSocket Client扩展crx文件
下载Simple WebSocket Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple WebSocket Client is an extension for Google Chrome to help construct custom Web Socket requests and handle responses to directly test your Web Socket services. 扩展基本信息
| 名称 | |
| ID | gobngblklhkgmjhbpbdlkglbhhlafjnh |
| 官方URL | https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh |
| 简介 | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
| 文件大小 | 55.1 KB |
| 安装次数 | 6,600 |
| 当前版本 | 0.3.14 |
| 更新时间 | 2023-05-09 |
| 上架时间 | 2020-05-30 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | olshevskiy87 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/olshevskiy87/simple-websocket-client |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple WebSocket Client",
"manifest_version": 3,
"version": "0.3.14",
"description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
"icons": {
"16": "resources\/icon_016.png",
"32": "resources\/icon_032.png",
"48": "resources\/icon_048.png",
"128": "resources\/icon_128.png"
},
"action": {
"default_icon": "resources\/icon_032.png"
},
"options_page": "index.html",
"background": {
"service_worker": "background.js",
"type": "module"
}
} | |