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
Eメール [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"
    ]
}