Browser WebSocket Client

Connect to a WebSocket server to send and receive raw JSON messages.

Browser WebSocket Client क्या है?

Browser WebSocket Client Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect to a WebSocket server to send and receive raw JSON messages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browser WebSocket Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Browser WebSocket Client is an extension for Chrome and Firefox that provides a simple method for testing a WebSocket server. It allows you to send and receive raw JSON messages as well as save server URLs, protocols, and messages for later use.

Advantages
Intuitive Bootstrap 4 user interface
Save server URLs, protocols, and messages for later use
Login to Chrome or Mozilla and your saved settings will be synced across different devices
Pretty-print incoming JSON messages and saved message bodies
Export and import the plugin settings so you can easily backup and share them with colleges                    

एक्सटेंशन की मूल जानकारी

नाम Browser WebSocket Client Browser WebSocket Client
ID mdmlhchldhfnfnkfmljgeinlffmdgkjo
आधिकारिक URL https://chromewebstore.google.com/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo
विवरण Connect to a WebSocket server to send and receive raw JSON messages.
फ़ाइल का आकार 568 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2020-03-10
प्रकाशन तिथि 2020-03-08
रेटिंग 4.43/5 कुल 14 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/abeade/browser-websocket-client
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser WebSocket Client",
    "manifest_version": 2,
    "version": "1.4.2",
    "description": "Connect to a WebSocket server to send and receive raw JSON messages.",
    "icons": {
        "16": "icon_016.png",
        "32": "icon_032.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_032.png",
        "default_title": "Browser WebSocket Client"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "activeTab",
        "downloads"
    ],
    "options_page": "index.html#options"
}