Hermes WebSocket Client
A modern client for testing WebSocket connections.
O que é Hermes WebSocket Client?
Hermes WebSocket Client é uma extensão do Chrome desenvolvida por James Hohman, e sua principal característica é "A modern client for testing WebSocket connections.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hermes WebSocket Client
Baixe arquivos de extensão Hermes WebSocket Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Hermes WebSocket Client |
ID | heiclpadccjamigpdpfpbdkcfnglcjgc |
URL Oficial | https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc |
Descrição | A modern client for testing WebSocket connections. |
Tamanho do Arquivo | 496 KB |
Contagem de Instalações | 1,295 |
Versão Atual | 0.1.1 |
Última Atualização | 2018-09-08 |
Data de Publicação | 2018-09-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | James Hohman |
Tipo de Pagamento | free |
Site da Extensão | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
URL da Página de Ajuda | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
Idiomas Suportados | 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" } } |