RSocket Frame Inspector
RSocket Chrome Devtools
RSocket Frame Inspector là gì?
RSocket Frame Inspector là một tiện ích mở rộng Chrome được phát triển bởi rsocket, và tính năng chính của nó là "RSocket Chrome Devtools".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RSocket Frame Inspector
Tải xuống các tệp mở rộng RSocket Frame Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RSocket Frame Inspector |
ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
URL Chính Thức | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
Mô tả | RSocket Chrome Devtools |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 520 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2024-02-17 |
Ngày Phát Hành | 2021-02-09 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | rsocket |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rsocket/rsocket-chrome-devtools |
URL Trang Trợ Giúp | https://github.com/rsocket/rsocket-chrome-devtools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |