Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
O que é Simple WebSocket Client?
Simple WebSocket Client é uma extensão do Chrome desenvolvida por hakobera, e sua principal característica é "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple WebSocket Client
Baixe arquivos de extensão Simple 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
Simple WebSocket Client is an extension for Google Chrome to help construct custom Web Socket requests and handle responses to directly test your Web Socket services. 1. Enter the URL for your Web Socket server. 2. Click Open. 3. Input request text, then click Send. 4. The extension show response messages.
Informações Básicas da Extensão
Nome | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
URL Oficial | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
Descrição | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Tamanho do Arquivo | 53.95 KB |
Contagem de Instalações | 120,074 |
Versão Atual | 0.1.3 |
Última Atualização | 2014-09-13 |
Data de Publicação | 2014-09-12 |
Classificação | 3.88/5 Total de 96 Avaliações |
Desenvolvedor | hakobera |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/hakobera/Simple-WebSocket-Client |
URL da Página de Ajuda | http://github.com/hakobera/Simple-WebSocket-Client |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple WebSocket Client", "manifest_version": 2, "version": "0.1.3", "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.", "icons": { "16": "resources\/icon_032.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png", "128": "resources\/icon_128.png" }, "browser_action": { "default_icon": "resources\/icon_032.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |