Simple WebSocket Client

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

ما هو Simple WebSocket Client؟

Simple WebSocket Client هو إضافة Chrome تم تطويرها بواسطة olshevskiy87، والميزة الرئيسية لها هي "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Simple WebSocket Client بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

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

الاسم Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
الوصف Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
حجم الملف 55.1 KB
عدد التثبيتات 6,600
النسخة الحالية 0.3.14
آخر تحديث 2023-05-09
تاريخ النشر 2020-05-30
تقييم 4.17/5 مجموع تقييمات 6
المطور olshevskiy87
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/olshevskiy87/simple-websocket-client
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple WebSocket Client",
    "manifest_version": 3,
    "version": "0.3.14",
    "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",
        "128": "resources\/icon_128.png"
    },
    "action": {
        "default_icon": "resources\/icon_032.png"
    },
    "options_page": "index.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}