Simple WebSocket Client

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

O que é Simple WebSocket Client?

Simple WebSocket Client é uma extensão do Chrome desenvolvida por olshevskiy87, e sua principal característica é "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple WebSocket Client

Baixe arquivos de extensão Simple WebSocket Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
URL Oficial https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
Descrição Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Tamanho do Arquivo 55.1 KB
Contagem de Instalações 6,600
Versão Atual 0.3.14
Última Atualização 2023-05-09
Data de Publicação 2020-05-30
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor olshevskiy87
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/olshevskiy87/simple-websocket-client
Idiomas Suportados 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"
    }
}