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" ] } |