Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Vad är Simple WebSocket Client?
Simple WebSocket Client är en Chrome-tillägg utvecklad av olshevskiy87, och dess huvudfunktion är "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
Tilläggsskärmbilder
Ladda ner Simple WebSocket Client-förlängningens CRX-fil
Ladda ner Simple WebSocket Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Simple WebSocket Client |
ID | gobngblklhkgmjhbpbdlkglbhhlafjnh |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh |
Beskrivning | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Filstorlek | 55.1 KB |
Antal Installationer | 6,600 |
Aktuell Version | 0.3.14 |
Senast Uppdaterad | 2023-05-09 |
Publiceringsdatum | 2020-05-30 |
Betyg | 4.17/5 Totalt 6 Betyg |
Utvecklare | olshevskiy87 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/olshevskiy87/simple-websocket-client |
Stödda Språk | 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" } } |