WebSocket Test Client

A Simple tool to help test WebSocket Service

WebSocket Test Client là gì?

WebSocket Test Client là một tiện ích mở rộng Chrome được phát triển bởi Rage App, và tính năng chính của nó là "A Simple tool to help test WebSocket Service".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebSocket Test Client

Tải xuống các tệp mở rộng WebSocket Test Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebSocket Test Client WebSocket Test Client
ID fgponpodhbmadfljofbimhhlengambbn
URL Chính Thức https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn
Mô tả A Simple tool to help test WebSocket Service
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 85,474
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2017-12-14
Đánh Giá 4.52/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Rage App
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aar0u/WebSocket-Test-Client
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}