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 hakobera, 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.

1. Enter the URL for your Web Socket server.
2. Click Open.
3. Input request text, then click Send.
4. The extension show response messages.                    

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

Tên Simple WebSocket Client Simple WebSocket Client
ID pfdhoblngboilpfeibdedpjgfnlcodoo
URL Chính Thức https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo
Mô tả Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Kích Thước Tệp 53.95 KB
Số Lần Cài Đặt 120,074
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2014-09-13
Ngày Phát Hành 2014-09-12
Đánh Giá 3.88/5 Tổng số 96 Đánh Giá
Nhà Phát Triển hakobera
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/hakobera/Simple-WebSocket-Client
URL Trang Trợ Giúp http://github.com/hakobera/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": 2,
    "version": "0.1.3",
    "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
    "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"
    ]
}