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

JSON Viewer

View on Chrome Web Store
View JSON Viewer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
9 new ratings
48 views
This extension has been viewed 48 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.

The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen.
Type
Extension
Users
60 users
2
Master Tools
View author page of Master Tools
Published
Published on September 4, 2024
Version 3.0.1
Manifest version
3
Updated
Updated on January 29, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View JSON Viewer 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",
    "manifest_version": 3,
    "name": "JSON Viewer",
    "version": "3.0.1",
    "description": "The most beautiful and customizable JSON\/JSONP highlighter that your eyes have ever seen.",
    "homepage_url": "https:\/\/github.com\/mrfanii\/JSON-Viewer-v3",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/background.js"
    },
    "offline_enabled": true,
    "omnibox": {
        "keyword": "json-viewer"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "assets\/viewer.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/viewer.css",
                "assets\/viewer-alert.css",
                "pages\/options.html",
                "pages\/omnibox.html",
                "themes\/light\/base16-light.css",
                "themes\/light\/coy.css",
                "themes\/light\/funky.css",
                "themes\/light\/mdn-like.css",
                "themes\/light\/neo.css",
                "themes\/light\/solarized_light.css",
                "themes\/light\/yeti.css",
                "themes\/dark\/3024-night.css",
                "themes\/dark\/ambiance.css",
                "themes\/dark\/base16-dark.css",
                "themes\/dark\/cobalt.css",
                "themes\/dark\/dark.css",
                "themes\/dark\/dracula-custom.css",
                "themes\/dark\/dracula.css",
                "themes\/dark\/jellybeans.css",
                "themes\/dark\/material.css",
                "themes\/dark\/mbo.css",
                "themes\/dark\/mehdi.css",
                "themes\/dark\/midnight.css",
                "themes\/dark\/monokai.css",
                "themes\/dark\/okaidia.css",
                "themes\/dark\/panda-syntax.css",
                "themes\/dark\/solarized_dark.css",
                "themes\/dark\/tomorrow.css",
                "themes\/dark\/twilight.css",
                "themes\/dark\/zenburn.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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