Hermes WebSocket Client

A modern client for testing WebSocket connections.

Co je Hermes WebSocket Client?

Hermes WebSocket Client je rozšíření Chrome vyvinuté James Hohman, a jeho hlavní funkcí je „A modern client for testing WebSocket connections.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hermes WebSocket Client

Stáhněte si soubory rozšíření Hermes WebSocket Client ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hermes WebSocket Client Hermes WebSocket Client
ID heiclpadccjamigpdpfpbdkcfnglcjgc
Oficiální URL https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc
Popis A modern client for testing WebSocket connections.
Velikost souboru 496 KB
Počet instalací 1,295
Aktuální Verze 0.1.1
Poslední Aktualizace 2018-09-08
Datum Vydání 2018-09-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář James Hohman
Typ Platby free
Webové stránky Rozšíření https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
URL Stránky Nápovědy https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
Podporované Jazyky 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"
    }
}