Simple WebSocket Client

Construct custom Web Socket requests and handle responses to directly test your Web Socket services.

Simple WebSocket Client là gì?

Simple WebSocket Client là một tiện ích mở rộng Chrome được phát triển bởi olshevskiy87, và tính năng chính của nó là "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

Ả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 Simple WebSocket Client

Tải xuống các tệp mở rộng Simple WebSocket 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

                        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.                    

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

Tên Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
URL Chính Thức https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
Mô tả Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Kích Thước Tệp 55.1 KB
Số Lần Cài Đặt 6,600
Phiên Bản Hiện Tại 0.3.14
Cập Nhật Lần Cuối 2023-05-09
Ngày Phát Hành 2020-05-30
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển olshevskiy87
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/olshevskiy87/simple-websocket-client
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}