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 تم تطويرها بواسطة hakobera، والميزة الرئيسية لها هي "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
لقطات شاشة التمديد
تحميل ملف 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. 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.
معلومات أساسية عن التمديد
الاسم | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
الوصف | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
حجم الملف | 53.95 KB |
عدد التثبيتات | 120,074 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2014-09-13 |
تاريخ النشر | 2014-09-12 |
تقييم | 3.88/5 مجموع تقييمات 96 |
المطور | hakobera |
نوع الدفع | free |
موقع الإضافة | http://github.com/hakobera/Simple-WebSocket-Client |
عنوان صفحة المساعدة | http://github.com/hakobera/Simple-WebSocket-Client |
اللغات المدعومة | 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" ] } |