Advanced WebSocket Client

Construct custom Web Socket requests and handle responses to directly test your Web Socket services.

Advanced WebSocket Clientとは何ですか?

Advanced WebSocket ClientはAlexandr Mekhによって開発されたChromeの拡張機能で、その主な機能は「Construct custom Web Socket requests and handle responses to directly test your Web Socket services.」です。

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

screenshot
screenshot
screenshot
screenshot

Advanced WebSocket Client拡張機能のCRXファイルをダウンロード

Advanced WebSocket Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Advanced 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.

It has been developed to support JSON request/response format and the main feature is that you don't have to format your request strictly as it required by the RFC - you may use either a single-quoted, double-quoted or no-quoted strings as a string keys and values as well as to use trailing commas in object literals.

Also, it supports code line/block comments in the same way as in JavaScript.

Shortcats:
    F1 - fullscreen on/off
    F2 - line wrapping on/off
    Ctrl-Alt-J - format JSON
    Ctrl-Q - fold/unfold a code block
    Ctrl-/ - comment/uncomment line/block                    

拡張機能の基本情報

名前 Advanced WebSocket Client Advanced WebSocket Client
ID lgimpnfdefcpkicbflpmainbcdnlblej
公式URL https://chromewebstore.google.com/detail/advanced-websocket-client/lgimpnfdefcpkicbflpmainbcdnlblej
説明 Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
ファイルサイズ 227 KB
インストール数 876
現在のバージョン 1.0.1
最終更新日 2020-11-28
公開日 2020-01-25
評価 3.67/5 合計 3 レビュー
開発者 Alexandr Mekh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mekh/advanced-websocket-client
プライバシーポリシーページのURL https://github.com/mekh/advanced-websocket-client/blob/master/PRIVACY.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced WebSocket Client",
    "short_name": "WebSocket",
    "author": "Alexandr Mekh",
    "homepage_url": "https:\/\/github.com\/mekh\/advanced-websocket-client",
    "manifest_version": 2,
    "version": "1.0.1",
    "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",
        "64": "resources\/icon_064.png",
        "128": "resources\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "resources\/icon_032.png",
            "64": "resources\/icon_064.png"
        }
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}