JSON Response Viewer
Simple JSON responses viewer
What is JSON Response Viewer?
JSON Response Viewer is a Chrome extension developed by dimovitch.sergey, and its main feature is "Simple JSON responses viewer".
Extension Screenshots
Download JSON Response Viewer Extension CRX File
Download JSON Response Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | JSON Response Viewer |
ID | bfjmbnhmjhangkldpjdoafhdeemjdomk |
Official URL | https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk |
Description | Simple JSON responses viewer |
File Size | 16.78 KB |
Installation Count | 39 |
Current Version | 0.3.2 |
Last Updated | 2022-06-27 |
Publish Date | 2022-05-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dimovitch.sergey |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |