WebSocket Test Client

A Simple tool to help test WebSocket Service

ما هو WebSocket Test Client؟

WebSocket Test Client هو إضافة Chrome تم تطويرها بواسطة Rage App، والميزة الرئيسية لها هي "A Simple tool to help test WebSocket Service".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebSocket Test Client

قم بتنزيل ملفات الامتداد WebSocket Test Client بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WebSocket Test Client can be used to help construct custom WebSocket requests and handle responses to directly test your WebSocket services.

1. Enter the URL of your Web Socket server.
2. Click Open.
3. Input request text, then click Send.
4. The Log shows response messages.                    

معلومات أساسية عن التمديد

الاسم WebSocket Test Client WebSocket Test Client
ID fgponpodhbmadfljofbimhhlengambbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn
الوصف A Simple tool to help test WebSocket Service
حجم الملف 129 KB
عدد التثبيتات 85,474
النسخة الحالية 0.2.1
آخر تحديث 2023-12-05
تاريخ النشر 2017-12-14
تقييم 4.52/5 مجموع تقييمات 27
المطور Rage App
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/aar0u/WebSocket-Test-Client
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSocket Test Client",
    "short_name": "wstest",
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "A Simple tool to help test WebSocket Service",
    "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"
    ]
}