JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

What is JSONViewer?

JSONViewer is a Chrome extension developed by opponic, and its main feature is "Format several JSON documents in one window, depends to your screen width, up to 6".

Extension Screenshots

screenshot

Download JSONViewer Extension CRX File

Download JSONViewer 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

                        Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer                    

Extension Basic Information

Name JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
Official URL https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Description Format several JSON documents in one window, depends to your screen width, up to 6
File Size 565 KB
Installation Count 9,000
Current Version 2.1.0
Last Updated 2023-07-07
Publish Date 2020-04-14
Rating 4.80/5 Total 10 Ratings
Developer opponic
Email [email protected]
Payment Type free
Extension Website https://github.com/oppoic/JSONViewer
Help Page URL https://github.com/oppoic/JSONViewer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSONViewer",
    "description": "Format several JSON documents in one window, depends to your screen width, up to 6",
    "version": "2.1.0",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}