WebSocket Test Client
A Simple tool to help test WebSocket Service
WebSocket Test Client란 무엇입니까?
WebSocket Test Client은(는) Rage App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple tool to help test WebSocket Service"입니다.
확장 프로그램 스크린샷
WebSocket Test Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WebSocket Test Client can be used to help construct custom WebSocket requests and handle responses to directly test your WebSocket services. 1. Enter the URL of your Web Socket server. 2. Click Open. 3. Input request text, then click Send. 4. The Log shows response messages.
확장 프로그램 기본 정보
이름 | WebSocket Test Client |
ID | fgponpodhbmadfljofbimhhlengambbn |
공식 URL | https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn |
설명 | A Simple tool to help test WebSocket Service |
파일 크기 | 129 KB |
설치 횟수 | 85,474 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2017-12-14 |
평점 | 4.52/5 총 27 개의 평점 |
개발자 | Rage App |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aar0u/WebSocket-Test-Client |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebSocket Test Client", "short_name": "wstest", "manifest_version": 3, "version": "0.2.1", "description": "A Simple tool to help test WebSocket Service", "icons": { "16": "resources\/icon_032.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png", "128": "resources\/icon_128.png" }, "browser_action": { "default_icon": "resources\/icon_032.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |