Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
What is Simple WebSocket Client?
Simple WebSocket Client is a Chrome extension developed by hakobera, and its main feature is "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
Extension Screenshots
Download Simple WebSocket Client Extension CRX File
Download Simple WebSocket Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
Official URL | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
Description | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
File Size | 53.95 KB |
Installation Count | 120,074 |
Current Version | 0.1.3 |
Last Updated | 2014-09-13 |
Publish Date | 2014-09-12 |
Rating | 3.88/5 Total 96 Ratings |
Developer | hakobera |
Payment Type | free |
Extension Website | http://github.com/hakobera/Simple-WebSocket-Client |
Help Page URL | http://github.com/hakobera/Simple-WebSocket-Client |
Supported Languages | 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" ] } |