RSocket Frame Inspector
RSocket Chrome Devtools
ما هو RSocket Frame Inspector؟
RSocket Frame Inspector هو إضافة Chrome تم تطويرها بواسطة rsocket، والميزة الرئيسية لها هي "RSocket Chrome Devtools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RSocket Frame Inspector
قم بتنزيل ملفات الامتداد RSocket Frame Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds RSocket debugging tools to the Chrome Developer Tools. RSocket Frame Inspector is a Chrome DevTools extension for the open-source RSocket-JS JavaScript library. It allows you to inspect the RSocket frames sent over the WebSocket connection. You will get a new tab in your Chrome DevTools: "RSocket Frames".The tab shows RSocket frames sent over a WebSocket connection. For each frame, it displays the frame. The data and metadata can also be viewed in the object inspector view if the frames are encoded in json.
معلومات أساسية عن التمديد
الاسم | RSocket Frame Inspector |
ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
الوصف | RSocket Chrome Devtools |
حجم الملف | 133 KB |
عدد التثبيتات | 520 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2024-02-17 |
تاريخ النشر | 2021-02-09 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | rsocket |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rsocket/rsocket-chrome-devtools |
عنوان صفحة المساعدة | https://github.com/rsocket/rsocket-chrome-devtools/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "RSocket Chrome Devtools", "version": "0.0.5", "manifest_version": 2, "name": "RSocket Frame Inspector", "permissions": [ "debugger" ], "devtools_page": "devtools.html", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |