WebSocket Test Client

A Simple tool to help test WebSocket Service

什么是WebSocket Test Client?

WebSocket Test Client是由Rage App开发的Chrome扩展程序,该扩展的主要功能是“A Simple tool to help test WebSocket Service”。

扩展截图

screenshot

下载WebSocket Test Client扩展crx文件

下载WebSocket Test Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WebSocket Test Client can be used to help construct custom WebSocket requests and handle responses to directly test your WebSocket services.

1. Enter the URL of your Web Socket server.
2. Click Open.
3. Input request text, then click Send.
4. The Log shows response messages.                    

扩展基本信息

名称 WebSocket Test Client WebSocket Test Client
ID fgponpodhbmadfljofbimhhlengambbn
官方URL https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn
简介 A Simple tool to help test WebSocket Service
文件大小 129 KB
安装次数 85,474
当前版本 0.2.1
更新时间 2023-12-05
上架时间 2017-12-14
评分 4.52/5 共27次评分
开发者 Rage App
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aar0u/WebSocket-Test-Client
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSocket Test Client",
    "short_name": "wstest",
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "A Simple tool to help test WebSocket Service",
    "icons": {
        "16": "resources\/icon_032.png",
        "32": "resources\/icon_032.png",
        "48": "resources\/icon_048.png",
        "128": "resources\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "resources\/icon_032.png"
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}