Simple WebSocket Client

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

Cos'è Simple WebSocket Client?

Simple WebSocket Client è un'estensione di Chrome sviluppata da olshevskiy87, e la sua funzione principale è "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple WebSocket Client

Scarica i file di estensione Simple WebSocket 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
URL Ufficiale https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
Descrizione Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Dimensione del File 55.1 KB
Conteggio Installazioni 6,600
Versione Corrente 0.3.14
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2020-05-30
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore olshevskiy87
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/olshevskiy87/simple-websocket-client
Lingue Supportate 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"
    }
}