Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Simple WebSocket Client क्या है?
Simple WebSocket Client hakobera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple WebSocket Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
विवरण | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
फ़ाइल का आकार | 53.95 KB |
स्थापना संख्या | 120,074 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2014-09-13 |
प्रकाशन तिथि | 2014-09-12 |
रेटिंग | 3.88/5 कुल 96 रेटिंग्स |
डेवलपर | hakobera |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/hakobera/Simple-WebSocket-Client |
सहायता पृष्ठ URL | http://github.com/hakobera/Simple-WebSocket-Client |
समर्थित भाषाएँ | 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" ] } |