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