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 |
官方網址 | 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" ] } |