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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Simple WebSocket Client Simple WebSocket Client
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
Eメール [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"
    }
}