JSON RPC Chrome Viewer
JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
JSON RPC Chrome Viewer là gì?
JSON RPC Chrome Viewer là một tiện ích mở rộng Chrome được phát triển bởi Vladimir Lomonos, và tính năng chính của nó là "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your 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 Chrome Viewer
Tải xuống các tệp mở rộng JSON RPC Chrome 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 Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable. Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others. You are welcome to make feature requests, bug reports and pull requests.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON RPC Chrome Viewer |
ID | bfkookcjhlalpmeedppachhdkhmflbah |
URL Chính Thức | https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah |
Mô tả | JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests. |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 279 |
Phiên Bản Hiện Tại | 1.4.4 |
Cập Nhật Lần Cuối | 2023-12-24 |
Ngày Phát Hành | 2022-06-26 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Vladimir Lomonos |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lomonosv/json-rpc-chrome-viewer |
URL Trang Trợ Giúp | https://github.com/lomonosv/json-rpc-chrome-viewer/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON RPC Chrome Viewer", "version": "1.4.4", "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "devtools_page": "index.html" } |