Hermes WebSocket Client
A modern client for testing WebSocket connections.
Hermes WebSocket Client क्या है?
Hermes WebSocket Client James Hohman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A modern client for testing WebSocket connections."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hermes WebSocket Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a WebSocket client that helps developers easily test and debug WebSocket connections. Features: * A real-time log of the past 20 JSON messages including client messages, server response, and server acks. * Can connect to WebSocket namespaces. * Can subscribe to multiple WebSocket events. * Can publish events to the server with JSON payload. * A Socket.io client implementation. * A nice, modern interface powered by React, FontAwesome, and Bootstrap. * Connection status prominently displayed.
एक्सटेंशन की मूल जानकारी
नाम | Hermes WebSocket Client |
ID | heiclpadccjamigpdpfpbdkcfnglcjgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/hermes-websocket-client/heiclpadccjamigpdpfpbdkcfnglcjgc |
विवरण | A modern client for testing WebSocket connections. |
फ़ाइल का आकार | 496 KB |
स्थापना संख्या | 1,295 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2018-09-08 |
प्रकाशन तिथि | 2018-09-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | James Hohman |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
सहायता पृष्ठ URL | https://hohmanjl.wordpress.com/code/websockets-hermes-websocket-client/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Hermes", "name": "Hermes WebSocket Client ", "version": "0.1.1", "description": "A modern client for testing WebSocket connections.", "background": { "scripts": [ "hermes.js" ], "persistent": false }, "browser_action": { "default_title": "Hermes WebSocket Client " }, "manifest_version": 2, "icons": { "16": "\/static\/icons\/wings_16x16.png", "32": "\/static\/icons\/wings_32x32.png", "64": "\/static\/icons\/wings_64x64.png", "128": "\/static\/icons\/wings_128x128.png", "256": "\/static\/icons\/wings_256x256.png" } } |