WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
JSON Viewer Pro

JSON Viewer Pro

View on Chrome Web Store
View JSON Viewer Pro Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (163 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. It…
Type
Extension
Users
300,000 users
100K
Website addonise.com
Rahul Baruri
View author page of Rahul Baruri
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 4, 2020
Version 1.0.6
Manifest version
3
Updated
Updated on April 15, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View JSON Viewer Pro Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Viewer Pro",
    "short_name": "JSON Viewer",
    "offline_enabled": true,
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "38": "images\/icons\/icon-32.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": "images\/icons\/icon-32.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/main.js",
                "\/css\/style.css",
                "\/css\/color-themes\/dark-pro.css",
                "\/css\/color-themes\/mdn-light.css",
                "\/css\/codemirror.css",
                "\/images\/icons\/bell.svg",
                "options.html"
            ],
            "matches": [
                "*:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top