Advanced WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Advanced WebSocket Client क्या है?
Advanced WebSocket Client Alexandr Mekh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Construct custom Web Socket requests and handle responses to directly test your Web Socket services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Advanced WebSocket Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Advanced 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. It has been developed to support JSON request/response format and the main feature is that you don't have to format your request strictly as it required by the RFC - you may use either a single-quoted, double-quoted or no-quoted strings as a string keys and values as well as to use trailing commas in object literals. Also, it supports code line/block comments in the same way as in JavaScript. Shortcats: F1 - fullscreen on/off F2 - line wrapping on/off Ctrl-Alt-J - format JSON Ctrl-Q - fold/unfold a code block Ctrl-/ - comment/uncomment line/block
एक्सटेंशन की मूल जानकारी
नाम | Advanced WebSocket Client |
ID | lgimpnfdefcpkicbflpmainbcdnlblej |
आधिकारिक URL | https://chromewebstore.google.com/detail/advanced-websocket-client/lgimpnfdefcpkicbflpmainbcdnlblej |
विवरण | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
फ़ाइल का आकार | 227 KB |
स्थापना संख्या | 876 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-11-28 |
प्रकाशन तिथि | 2020-01-25 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Alexandr Mekh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mekh/advanced-websocket-client |
गोपनीयता नीति पृष्ठ URL | https://github.com/mekh/advanced-websocket-client/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced WebSocket Client", "short_name": "WebSocket", "author": "Alexandr Mekh", "homepage_url": "https:\/\/github.com\/mekh\/advanced-websocket-client", "manifest_version": 2, "version": "1.0.1", "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", "64": "resources\/icon_064.png", "128": "resources\/icon_128.png" }, "browser_action": { "default_icon": { "32": "resources\/icon_032.png", "64": "resources\/icon_064.png" } }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] } } |