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.”。
擴展截圖
下載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 |
ID | heiclpadccjamigpdpfpbdkcfnglcjgc |
官方網址 | 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" } } |