Simple WebSocket Client

Construct custom Web Socket requests and handle responses to directly test your Web Socket services.

Vad är Simple WebSocket Client?

Simple WebSocket Client är en Chrome-tillägg utvecklad av hakobera, och dess huvudfunktion är "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple WebSocket Client-förlängningens CRX-fil

Ladda ner Simple WebSocket Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple WebSocket Client Simple WebSocket Client
ID pfdhoblngboilpfeibdedpjgfnlcodoo
Officiell webbadress https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo
Beskrivning Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Filstorlek 53.95 KB
Antal Installationer 120,074
Aktuell Version 0.1.3
Senast Uppdaterad 2014-09-13
Publiceringsdatum 2014-09-12
Betyg 3.88/5 Totalt 96 Betyg
Utvecklare hakobera
Betalningssätt free
Tilläggswebbplats http://github.com/hakobera/Simple-WebSocket-Client
Hjälpsida URL http://github.com/hakobera/Simple-WebSocket-Client
Stödda Språk 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"
    ]
}