Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Cos'è Simple WebSocket Client?
Simple WebSocket Client è un'estensione di Chrome sviluppata da hakobera, e la sua funzione principale è "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple WebSocket Client
Scarica i file di estensione Simple 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
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.
Informazioni di Base sull'Estensione
Nome | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
Descrizione | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Dimensione del File | 53.95 KB |
Conteggio Installazioni | 120,074 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2014-09-13 |
Data di Pubblicazione | 2014-09-12 |
Valutazione | 3.88/5 Totale 96 Valutazioni |
Sviluppatore | hakobera |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/hakobera/Simple-WebSocket-Client |
URL della Pagina di Aiuto | http://github.com/hakobera/Simple-WebSocket-Client |
Lingue Supportate | 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" ] } |