WebExtension.net
Toggle dark mode
WebExtension.net

JSON Viewer (V3)

View on Chrome Web Store
View JSON Viewer (V3) Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
0 views
This extension has been viewed 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
31 users
1
Master Tools
View author page of Master Tools
Published
Published on September 4, 2024
Version 3.0.0
Manifest version
3
Updated
Updated on September 4, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View JSON Viewer (V3) 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 (V3)",
    "version": "3.0.0",
    "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>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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