JSON Viewer
Port of Firefox's JSON Viewer
What is JSON Viewer?
JSON Viewer is a Chrome extension developed by Rongjian Zhang, and its main feature is "Port of Firefox's JSON Viewer".
Extension Screenshots
Download JSON Viewer Extension CRX File
Download 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
This is a port of Firefox's JSON Viewer If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons. Source code: https://github.com/pd4d10/json-viewer
Extension Basic Information
Name | JSON Viewer |
ID | efknglbfhoddmmfabeihlemgekhhnabb |
Official URL | https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb |
Description | Port of Firefox's JSON Viewer |
File Size | 136 KB |
Installation Count | 38,037 |
Current Version | 2.1.0 |
Last Updated | 2023-09-17 |
Publish Date | 2018-05-27 |
Rating | 4.75/5 Total 40 Ratings |
Developer | Rongjian Zhang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pd4d10/json-viewer |
Help Page URL | https://github.com/pd4d10/json-viewer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Viewer", "version": "2.1.0", "description": "Port of Firefox's JSON Viewer", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer", "content_scripts": [ { "matches": [ " |