Simple WebSocket Client

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

Simple WebSocket Client란 무엇입니까?

Simple WebSocket Client은(는) hakobera에 의해 개발된 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.

1. Enter the URL for your Web Socket server.
2. Click Open.
3. Input request text, then click Send.
4. The extension show response messages.                    

확장 프로그램 기본 정보

이름 Simple WebSocket Client Simple WebSocket Client
ID pfdhoblngboilpfeibdedpjgfnlcodoo
공식 URL https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo
설명 Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
파일 크기 53.95 KB
설치 횟수 120,074
현재 버전 0.1.3
최근 업데이트 2014-09-13
출시 날짜 2014-09-12
평점 3.88/5 총 96 개의 평점
개발자 hakobera
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/hakobera/Simple-WebSocket-Client
도움말 페이지 URL http://github.com/hakobera/Simple-WebSocket-Client
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple WebSocket Client",
    "manifest_version": 2,
    "version": "0.1.3",
    "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
    "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"
    ]
}