Smart Websocket Client
A Debugging tool to help you test Websocket APIs
Smart Websocket Clientとは何ですか?
Smart Websocket ClientはLuo Gangによって開発されたChromeの拡張機能で、その主な機能は「A Debugging tool to help you test Websocket APIs」です。
拡張機能のスクリーンショット
Smart Websocket Client拡張機能のCRXファイルをダウンロード
Smart Websocket Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Smart WebSocket Client is an extension for Google Chrome to help test your Web Socket services. 1. Enter the URL for your Web Socket server. 2. Click Connect. 3. Input request text, then click Send. 4. The extension show response messages. This project is under active development. Feel free to post issues on github.
拡張機能の基本情報
名前 | Smart Websocket Client |
ID | omalebghpgejjiaoknljcfmglgbpocdp |
公式URL | https://chromewebstore.google.com/detail/smart-websocket-client/omalebghpgejjiaoknljcfmglgbpocdp |
説明 | A Debugging tool to help you test Websocket APIs |
ファイルサイズ | 261 KB |
インストール数 | 42,457 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-01-22 |
公開日 | 2015-09-22 |
評価 | 3.90/5 合計 41 レビュー |
開発者 | Luo Gang |
支払い方法 | free |
ヘルプページのURL | https://github.com/crysislinux/smart_websocket_client |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Websocket Client", "description": "A Debugging tool to help you test Websocket APIs", "version": "1.0.0", "browser_action": { "default_icon": "logo.png", "default_title": "Click to start!" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [] } |