WebSocket Test Client
A Simple tool to help test WebSocket Service
Wat is WebSocket Test Client?
WebSocket Test Client is een Chrome-extensie ontwikkeld door Rage App, en de belangrijkste functie is "A Simple tool to help test WebSocket Service".
Extensie Screenshots
Download het CRX-bestand van de extensie WebSocket Test Client
Download WebSocket Test Client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WebSocket Test Client |
ID | fgponpodhbmadfljofbimhhlengambbn |
Officiële URL | https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn |
Beschrijving | A Simple tool to help test WebSocket Service |
Bestandsgrootte | 129 KB |
Aantal Installaties | 85,474 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2023-12-05 |
Publicatiedatum | 2017-12-14 |
Beoordeling | 4.52/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Rage App |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/aar0u/WebSocket-Test-Client |
Ondersteunde Talen | 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" ] } |