WebSocket Test Client

A Simple tool to help test WebSocket Service

Cos'è WebSocket Test Client?

WebSocket Test Client è un'estensione di Chrome sviluppata da Rage App, e la sua funzione principale è "A Simple tool to help test WebSocket Service".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebSocket Test Client

Scarica i file di estensione WebSocket Test Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WebSocket Test Client WebSocket Test Client
ID fgponpodhbmadfljofbimhhlengambbn
URL Ufficiale https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn
Descrizione A Simple tool to help test WebSocket Service
Dimensione del File 129 KB
Conteggio Installazioni 85,474
Versione Corrente 0.2.1
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2017-12-14
Valutazione 4.52/5 Totale 27 Valutazioni
Sviluppatore Rage App
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/aar0u/WebSocket-Test-Client
Lingue Supportate 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"
    ]
}