Hermes WebSocket Client

A modern client for testing WebSocket connections.

Hermes WebSocket Clientとは何ですか?

Hermes WebSocket ClientはJames Hohmanによって開発されたChromeの拡張機能で、その主な機能は「A modern client for testing WebSocket connections.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is a WebSocket client that helps developers easily test and debug WebSocket connections.

Features:

* A real-time log of the past 20 JSON messages including client messages, server response, and server acks.
* Can connect to WebSocket namespaces.
* Can subscribe to multiple WebSocket events.
* Can publish events to the server with JSON payload.
* A Socket.io client implementation.
* A nice, modern interface powered by React, FontAwesome, and Bootstrap.
* Connection status prominently displayed.                    

拡張機能の基本情報

名前 Hermes WebSocket Client Hermes WebSocket Client
ID heiclpadccjamigpdpfpbdkcfnglcjgc
公式URL https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc
説明 A modern client for testing WebSocket connections.
ファイルサイズ 496 KB
インストール数 1,295
現在のバージョン 0.1.1
最終更新日 2018-09-08
公開日 2018-09-08
評価 5.00/5 合計 1 レビュー
開発者 James Hohman
支払い方法 free
拡張機能のウェブサイト https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
ヘルプページのURL https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Hermes",
    "name": "Hermes WebSocket Client ",
    "version": "0.1.1",
    "description": "A modern client for testing WebSocket connections.",
    "background": {
        "scripts": [
            "hermes.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Hermes WebSocket Client "
    },
    "manifest_version": 2,
    "icons": {
        "16": "\/static\/icons\/wings_16x16.png",
        "32": "\/static\/icons\/wings_32x32.png",
        "64": "\/static\/icons\/wings_64x64.png",
        "128": "\/static\/icons\/wings_128x128.png",
        "256": "\/static\/icons\/wings_256x256.png"
    }
}