Hermes WebSocket Client
A modern client for testing WebSocket connections.
Cos'è Hermes WebSocket Client?
Hermes WebSocket Client è un'estensione di Chrome sviluppata da James Hohman, e la sua funzione principale è "A modern client for testing WebSocket connections.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hermes WebSocket Client
Scarica i file di estensione Hermes WebSocket Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hermes WebSocket Client |
ID | heiclpadccjamigpdpfpbdkcfnglcjgc |
URL Ufficiale | https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc |
Descrizione | A modern client for testing WebSocket connections. |
Dimensione del File | 496 KB |
Conteggio Installazioni | 1,295 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-09-08 |
Data di Pubblicazione | 2018-09-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | James Hohman |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
URL della Pagina di Aiuto | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
Lingue Supportate | 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" } } |