WebSocket King Client

A WebSocket client for testing and debugging connections.

O que é WebSocket King Client?

WebSocket King Client é uma extensão do Chrome desenvolvida por https://websocketking.com, e sua principal característica é "A WebSocket client for testing and debugging connections.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WebSocket King Client

Baixe arquivos de extensão WebSocket King 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

                        WebSocket king is a a tool designed to assist in developing and debugging WebSocket connections.

Features include:

- A log of all incoming and outgoing messages to and from the WebSocket
- Open multiple connections to the WebSocket
- Save payloads that you commonly use to speed up development
- Multiple tabs to allow you to quickly send different payloads
- Manage and switch between multiple projects from a single interface
- Option to auto-reconnect to the server on disconnection for faster development

Request new features or submit a bug report!
https://github.com/tomlerendu/WebSocket-King-Issues/issues                    

Informações Básicas da Extensão

Nome WebSocket King Client WebSocket King Client
ID cbcbkhdmedgianpaifchdaddpnmgnknn
URL Oficial https://chromewebstore.google.com/detail/websocket-king-client/cbcbkhdmedgianpaifchdaddpnmgnknn
Descrição A WebSocket client for testing and debugging connections.
Tamanho do Arquivo 773 KB
Contagem de Instalações 23,199
Versão Atual 4.0.1
Última Atualização 2021-01-12
Data de Publicação 2020-02-22
Classificação 4.68/5 Total de 37 Avaliações
Desenvolvedor https://websocketking.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSocket King Client",
    "short_name": "WebSocket King",
    "version": "4.0.1",
    "permissions": [
        "unlimitedStorage"
    ],
    "minimum_chrome_version": "50",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "default_title": "WebSocket King"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    },
    "description": "A WebSocket client for testing and debugging connections.",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}