Simple WebSocket Client

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

Co to jest Simple WebSocket Client?

Simple WebSocket Client to rozszerzenie Chrome opracowane przez olshevskiy87, a jego główną funkcją jest „Construct custom Web Socket requests and handle responses to directly test your Web Socket services.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple WebSocket Client

Pobierz pliki rozszerzeń Simple WebSocket Client w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
Oficjalny URL https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
Opis Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Rozmiar pliku 55.1 KB
Liczba instalacji 6,600
Aktualna Wersja 0.3.14
Ostatnia Aktualizacja 2023-05-09
Data Publikacji 2020-05-30
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper olshevskiy87
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/olshevskiy87/simple-websocket-client
Obsługiwane Języki 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"
    }
}