JSON Visualizer
This extension dispalys a JSON string in a reader friendly layout.
What is JSON Visualizer?
JSON Visualizer is a Chrome extension developed by Mridul Sethia, and its main feature is "This extension dispalys a JSON string in a reader friendly layout.".
Extension Screenshots
Download JSON Visualizer Extension CRX File
Download JSON Visualizer 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
Extension Basic Information
Name | JSON Visualizer |
ID | dlpmomaegoaeahhajgkmfifdfdmliajd |
Official URL | https://chromewebstore.google.com/detail/json-visualizer/dlpmomaegoaeahhajgkmfifdfdmliajd |
Description | This extension dispalys a JSON string in a reader friendly layout. |
File Size | 149 KB |
Installation Count | 335 |
Current Version | 1.0.0.0 |
Last Updated | 2017-05-08 |
Publish Date | 2017-05-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Mridul Sethia |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Visualizer", "version": "1.0.0.0", "description": "This extension dispalys a JSON string in a reader friendly layout.", "author": "Mridul Sethia", "homepage_url": "https:\/\/github.com\/mridulsethia\/My.Extensions.Edge.JsonVisualizer", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*\/*" ], "icons": { "32": "icons\/json_32.png" }, "manifest_version": 2, "web_accessible_resources": [ "icons\/*.png" ] } |