JSON Response Viewer
Simple JSON responses viewer
JSON Response Viewer là gì?
JSON Response Viewer là một tiện ích mở rộng Chrome được phát triển bởi dimovitch.sergey, và tính năng chính của nó là "Simple JSON responses viewer".
Ả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 Response Viewer
Tải xuống các tệp mở rộng JSON Response 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
The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML. - parse JSON at any nesting level - syntax highlighting - collapse/expand objects - search in responses (similar to default chrome page search) - switching between search results
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON Response Viewer |
ID | bfjmbnhmjhangkldpjdoafhdeemjdomk |
URL Chính Thức | https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk |
Mô tả | Simple JSON responses viewer |
Kích Thước Tệp | 16.78 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 0.3.2 |
Cập Nhật Lần Cuối | 2022-06-27 |
Ngày Phát Hành | 2022-05-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | dimovitch.sergey |
[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 Response Viewer", "description": "Simple JSON responses viewer", "version": "0.3.2", "manifest_version": 3, "devtools_page": "devtools.html", "icons": { "16": ".\/icons\/icon.png", "48": ".\/icons\/icon.png", "128": ".\/icons\/icon.png" } } |