Websocket Client
Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.
Wat is Websocket Client?
Websocket Client is een Chrome-extensie ontwikkeld door Wany, en de belangrijkste functie is "Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.".
Extensie Screenshots
Download het CRX-bestand van de extensie Websocket Client
Download Websocket 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 client in chrome. - Supports WS / WSS. - Auto-saving multiple session workspace. - Has light / dark mode.
Basisinformatie over de Extensie
Naam | Websocket Client |
ID | hpfnjebiemmbpdmifdbkgkffjdojlmpj |
Officiële URL | https://chromewebstore.google.com/detail/websocket-client/hpfnjebiemmbpdmifdbkgkffjdojlmpj |
Beschrijving | Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace. |
Bestandsgrootte | 24.92 KB |
Aantal Installaties | 87 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2023-07-28 |
Publicatiedatum | 2023-07-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Wany |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://wany.io |
URL van de Privacybeleid Pagina | https://wany.io/privacy-policy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Websocket Client", "version": "0.1.2", "description": "Websocket client in chrome. Supports WS \/ WSS. Auto-saving multiple session workspace.", "author": "[email protected]", "action": [], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |