Browser WebSocket Client
Connect to a WebSocket server to send and receive raw JSON messages.
Browser WebSocket Clientとは何ですか?
Browser WebSocket ClientはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Connect to a WebSocket server to send and receive raw JSON messages.」です。
拡張機能のスクリーンショット
Browser WebSocket Client拡張機能のCRXファイルをダウンロード
Browser WebSocket Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browser WebSocket Client is an extension for Chrome and Firefox that provides a simple method for testing a WebSocket server. It allows you to send and receive raw JSON messages as well as save server URLs, protocols, and messages for later use. Advantages Intuitive Bootstrap 4 user interface Save server URLs, protocols, and messages for later use Login to Chrome or Mozilla and your saved settings will be synced across different devices Pretty-print incoming JSON messages and saved message bodies Export and import the plugin settings so you can easily backup and share them with colleges
拡張機能の基本情報
名前 | Browser WebSocket Client |
ID | mdmlhchldhfnfnkfmljgeinlffmdgkjo |
公式URL | https://chromewebstore.google.com/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo |
説明 | Connect to a WebSocket server to send and receive raw JSON messages. |
ファイルサイズ | 568 KB |
インストール数 | 10,000 |
現在のバージョン | 1.4.2 |
最終更新日 | 2020-03-10 |
公開日 | 2020-03-08 |
評価 | 4.43/5 合計 14 レビュー |
開発者 | Unknown |
支払い方法 | free |
ヘルプページのURL | https://github.com/abeade/browser-websocket-client |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser WebSocket Client", "manifest_version": 2, "version": "1.4.2", "description": "Connect to a WebSocket server to send and receive raw JSON messages.", "icons": { "16": "icon_016.png", "32": "icon_032.png", "48": "icon_048.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_032.png", "default_title": "Browser WebSocket Client" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.google-analytics.com\/", "storage", "activeTab", "downloads" ], "options_page": "index.html#options" } |