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 hakobera, a jego główną funkcją jest „Construct custom Web Socket requests and handle responses to directly test your Web Socket services.”.
Zrzuty ekranu rozszerzenia
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. 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.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
Opis | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Rozmiar pliku | 53.95 KB |
Liczba instalacji | 120,074 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2014-09-13 |
Data Publikacji | 2014-09-12 |
Ocena | 3.88/5 Łącznie 96 Oceny |
Deweloper | hakobera |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/hakobera/Simple-WebSocket-Client |
Adres URL Strony Pomocy | http://github.com/hakobera/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": 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" ] } |