Ultra Fast JSON Viewer
Quickly beautifies JSON.
What is Ultra Fast JSON Viewer?
Ultra Fast JSON Viewer is a Chrome extension developed by Unknown, and its main feature is "Quickly beautifies JSON.".
Extension Screenshots
Download Ultra Fast JSON Viewer Extension CRX File
Download Ultra Fast JSON 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
Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.
Extension Basic Information
Name | Ultra Fast JSON Viewer |
ID | achlegaapdgcnnhfmliagapbampafine |
Official URL | https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine |
Description | Quickly beautifies JSON. |
File Size | 9.94 KB |
Installation Count | 252 |
Current Version | 1.0.4 |
Last Updated | 2017-06-22 |
Publish Date | 2017-06-22 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultra Fast JSON Viewer", "version": "1.0.4", "description": "Quickly beautifies JSON.", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon - large.png", "default_popup": "popup.html" }, "author": "Ed Mak", "icons": { "128": "img\/icon - large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "settings.js", "jsonify.js" ] } ], "permissions": [ "*:\/\/*\/*", "storage" ] } |