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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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'" } |