Advanced WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Advanced WebSocket Clientคืออะไร?
Advanced WebSocket Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandr Mekh และคุณลักษณะหลักของมันคือ "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced WebSocket Client
ดาวน์โหลดไฟล์ส่วนขยาย Advanced WebSocket Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Advanced 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. It has been developed to support JSON request/response format and the main feature is that you don't have to format your request strictly as it required by the RFC - you may use either a single-quoted, double-quoted or no-quoted strings as a string keys and values as well as to use trailing commas in object literals. Also, it supports code line/block comments in the same way as in JavaScript. Shortcats: F1 - fullscreen on/off F2 - line wrapping on/off Ctrl-Alt-J - format JSON Ctrl-Q - fold/unfold a code block Ctrl-/ - comment/uncomment line/block
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Advanced WebSocket Client |
ID | lgimpnfdefcpkicbflpmainbcdnlblej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advanced-websocket-client/lgimpnfdefcpkicbflpmainbcdnlblej |
คำอธิบาย | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
ขนาดไฟล์ | 227 KB |
จำนวนการติดตั้ง | 876 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-28 |
วันที่เผยแพร่ | 2020-01-25 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Alexandr Mekh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mekh/advanced-websocket-client |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/mekh/advanced-websocket-client/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced WebSocket Client", "short_name": "WebSocket", "author": "Alexandr Mekh", "homepage_url": "https:\/\/github.com\/mekh\/advanced-websocket-client", "manifest_version": 2, "version": "1.0.1", "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", "64": "resources\/icon_064.png", "128": "resources\/icon_128.png" }, "browser_action": { "default_icon": { "32": "resources\/icon_032.png", "64": "resources\/icon_064.png" } }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] } } |