Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
什么是Simple WebSocket Client?
Simple WebSocket Client是由hakobera开发的Chrome扩展程序,该扩展的主要功能是“Construct custom Web Socket requests and handle responses to directly test your Web Socket services.”。
扩展截图
下载Simple WebSocket Client扩展crx文件
下载Simple WebSocket Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
官方URL | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
简介 | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
文件大小 | 53.95 KB |
安装次数 | 120,074 |
当前版本 | 0.1.3 |
更新时间 | 2014-09-13 |
上架时间 | 2014-09-12 |
评分 | 3.88/5 共96次评分 |
开发者 | hakobera |
付费类型 | free |
扩展官网 | http://github.com/hakobera/Simple-WebSocket-Client |
帮助页面URL | http://github.com/hakobera/Simple-WebSocket-Client |
支持的语言 | 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" ] } |