Simple WebSocket Client

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

Simple WebSocket Client란 무엇입니까?

Simple WebSocket Client은(는) olshevskiy87에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
공식 URL https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
설명 Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
파일 크기 55.1 KB
설치 횟수 6,600
현재 버전 0.3.14
최근 업데이트 2023-05-09
출시 날짜 2020-05-30
평점 4.17/5 총 6 개의 평점
개발자 olshevskiy87
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/olshevskiy87/simple-websocket-client
지원되는 언어 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"
    }
}