JSON-RPC Viewer
Convenient way to view JSON-RPC requests
JSON-RPC Viewer là gì?
JSON-RPC Viewer là một tiện ích mở rộng Chrome được phát triển bởi Pavel Kityan, và tính năng chính của nó là "Convenient way to view JSON-RPC requests".
Ả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 JSON-RPC Viewer
Tải xuống các tệp mở rộng JSON-RPC Viewer 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
JSON-RPC Viewer is an extension to help viewing JSON-RPC requests in a more convenient way than Network tab allows. You can view a list of requests with method name, params and result/response. Supports JSON-RPC batch requests from version 1.1.1 Feature requests, bug reports and pull requests are welcome here: https://github.com/kityan/json-rpc-viewer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON-RPC Viewer |
ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
URL Chính Thức | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
Mô tả | Convenient way to view JSON-RPC requests |
Kích Thước Tệp | 24.07 KB |
Số Lần Cài Đặt | 1,033 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2019-09-21 |
Ngày Phát Hành | 2019-09-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Pavel Kityan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON-RPC Viewer", "version": "1.1.2", "description": "Convenient way to view JSON-RPC requests", "manifest_version": 2, "permissions": [], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "devtools_page": "devtoolsBackground.html" } |