WebSocket King Client

A WebSocket client for testing and debugging connections.

WebSocket King Client란 무엇입니까?

WebSocket King Client은(는) https://websocketking.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A WebSocket client for testing and debugging connections."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WebSocket King Client 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 WebSocket King Client WebSocket King Client
ID cbcbkhdmedgianpaifchdaddpnmgnknn
공식 URL https://chromewebstore.google.com/detail/websocket-king-client/cbcbkhdmedgianpaifchdaddpnmgnknn
설명 A WebSocket client for testing and debugging connections.
파일 크기 773 KB
설치 횟수 23,199
현재 버전 4.0.1
최근 업데이트 2021-01-12
출시 날짜 2020-02-22
평점 4.68/5 총 37 개의 평점
개발자 https://websocketking.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}