Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
什麼是Simple WebSocket Client?
Simple WebSocket Client是由olshevskiy87開發的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.
擴展基本資訊
名稱 | Simple WebSocket Client |
ID | gobngblklhkgmjhbpbdlkglbhhlafjnh |
官方網址 | https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh |
簡介 | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
檔案大小 | 55.1 KB |
安裝次數 | 6,600 |
目前版本 | 0.3.14 |
更新時間 | 2023-05-09 |
上架時間 | 2020-05-30 |
評分 | 4.17/5 共 6 次評分 |
開發者 | olshevskiy87 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/olshevskiy87/simple-websocket-client |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple WebSocket Client", "manifest_version": 3, "version": "0.3.14", "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.", "icons": { "16": "resources\/icon_016.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png", "128": "resources\/icon_128.png" }, "action": { "default_icon": "resources\/icon_032.png" }, "options_page": "index.html", "background": { "service_worker": "background.js", "type": "module" } } |