WebSocket King Client

A WebSocket client for testing and debugging connections.

WebSocket King Clientคืออะไร?

WebSocket King Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://websocketking.com และคุณลักษณะหลักของมันคือ "A WebSocket client for testing and debugging connections."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSocket King Client

ดาวน์โหลดไฟล์ส่วนขยาย WebSocket King Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WebSocket king is a a tool designed to assist in developing and debugging WebSocket connections.

Features include:

- A log of all incoming and outgoing messages to and from the WebSocket
- Open multiple connections to the WebSocket
- Save payloads that you commonly use to speed up development
- Multiple tabs to allow you to quickly send different payloads
- Manage and switch between multiple projects from a single interface
- Option to auto-reconnect to the server on disconnection for faster development

Request new features or submit a bug report!
https://github.com/tomlerendu/WebSocket-King-Issues/issues                    

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

ชื่อ WebSocket King Client WebSocket King Client
ID cbcbkhdmedgianpaifchdaddpnmgnknn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/websocket-king-client/cbcbkhdmedgianpaifchdaddpnmgnknn
คำอธิบาย A WebSocket client for testing and debugging connections.
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 23,199
เวอร์ชันปัจจุบัน 4.0.1
อัปเดตครั้งล่าสุด 2021-01-12
วันที่เผยแพร่ 2020-02-22
คะแนน 4.68/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://websocketking.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSocket King Client",
    "short_name": "WebSocket King",
    "version": "4.0.1",
    "permissions": [
        "unlimitedStorage"
    ],
    "minimum_chrome_version": "50",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "default_title": "WebSocket King"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    },
    "description": "A WebSocket client for testing and debugging connections.",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}