Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Simple WebSocket Clientคืออะไร?
Simple WebSocket Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hakobera และคุณลักษณะหลักของมันคือ "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple WebSocket Client
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |