WS Inspector
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
ما هو WS Inspector؟
WS Inspector هو إضافة Chrome تم تطويرها بواسطة meded90، والميزة الرئيسية لها هي "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WS Inspector
قم بتنزيل ملفات الامتداد WS Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML based hex view, and does not work well for large frameStore (~10K+). Considering switching to canvas based view instead. If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.
معلومات أساسية عن التمديد
الاسم | WS Inspector |
ID | hheflmmonjomijpaiffckjhlcjdiblae |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae |
الوصف | Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML… |
حجم الملف | 202 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2021-12-05 |
تاريخ النشر | 2021-01-18 |
المطور | meded90 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/meded90/ws-inspector |
عنوان صفحة المساعدة | https://github.com/meded90/ws-inspector/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WS Inspector", "minimum_chrome_version": "88", "permissions": [ "debugger", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "devtools_page": "main.html", "content_security_policy": { "script-src": "self unsafe-eval", "unsafe-eval": "object-src self", "unsafe-inline": "self" }, "version": "0.0.6" } |