WebSocket Test Client
A Simple tool to help test WebSocket Service
WebSocket Test Clientคืออะไร?
WebSocket Test Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rage App และคุณลักษณะหลักของมันคือ "A Simple tool to help test WebSocket Service"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSocket Test Client
ดาวน์โหลดไฟล์ส่วนขยาย WebSocket Test Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebSocket Test Client can be used to help construct custom WebSocket requests and handle responses to directly test your WebSocket services. 1. Enter the URL of your Web Socket server. 2. Click Open. 3. Input request text, then click Send. 4. The Log shows response messages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebSocket Test Client |
ID | fgponpodhbmadfljofbimhhlengambbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn |
คำอธิบาย | A Simple tool to help test WebSocket Service |
ขนาดไฟล์ | 129 KB |
จำนวนการติดตั้ง | 85,474 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-12-05 |
วันที่เผยแพร่ | 2017-12-14 |
คะแนน | 4.52/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | Rage App |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aar0u/WebSocket-Test-Client |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebSocket Test Client", "short_name": "wstest", "manifest_version": 3, "version": "0.2.1", "description": "A Simple tool to help test WebSocket Service", "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" ] } |