Hermes WebSocket Client

A modern client for testing WebSocket connections.

What is Hermes WebSocket Client?

Hermes WebSocket Client is a Chrome extension developed by James Hohman, and its main feature is "A modern client for testing WebSocket connections.".

Extension Screenshots

screenshot

Download Hermes WebSocket Client Extension CRX File

Download Hermes WebSocket Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hermes WebSocket Client Hermes WebSocket Client
ID heiclpadccjamigpdpfpbdkcfnglcjgc
Official URL https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc
Description A modern client for testing WebSocket connections.
File Size 496 KB
Installation Count 1,295
Current Version 0.1.1
Last Updated 2018-09-08
Publish Date 2018-09-08
Rating 5.00/5 Total 1 Ratings
Developer James Hohman
Payment Type free
Extension Website https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
Help Page URL https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/
Supported Languages 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"
    }
}