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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}