Socket.IO Test Client
Socket.IO Client Development Tool
Socket.IO Test Client란 무엇입니까?
Socket.IO Test Client은(는) haqiqi.seraj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Socket.IO Client Development Tool"입니다.
확장 프로그램 스크린샷
Socket.IO Test Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Socket.IO dev tool for developers to test Socket.IO based APIs. Main features: 1. Request history 2. Logs 3. Listeners 4. Pass custom headers
확장 프로그램 기본 정보
이름 | Socket.IO Test Client |
ID | ophmdkgfcjapomjdpfobjfbihojchbko |
공식 URL | https://chromewebstore.google.com/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko |
설명 | Socket.IO Client Development Tool |
파일 크기 | 71.68 KB |
설치 횟수 | 8,000 |
현재 버전 | 0.7.2 |
최근 업데이트 | 2023-09-18 |
출시 날짜 | 2022-07-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | haqiqi.seraj |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/serajhqi/socketio-test-client |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Socket.IO Test Client", "description": "Socket.IO Client Development Tool", "manifest_version": 3, "version": "0.7.2", "icons": { "16": "images\/socketio16.png", "48": "images\/socketio48.png", "128": "images\/socketio.png" }, "action": { "default_title": "Click to start!" }, "background": { "service_worker": "background.js" } } |