Hermes WebSocket Client

A modern client for testing WebSocket connections.

Hermes WebSocket Clientคืออะไร?

Hermes WebSocket Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Hohman และคุณลักษณะหลักของมันคือ "A modern client for testing WebSocket connections."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hermes WebSocket Client

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}