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 ที่พัฒนาโดย olshevskiy87 และคุณลักษณะหลักของมันคือ "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
URL อย่างเป็นทางการ 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"
    }
}