WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
JSON Viewer & Formatter for Chrome

JSON Viewer & Formatter for Chrome

View on Chrome Web Store
View JSON Viewer & Formatter for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (4 ratings)
2 new ratings
9 views
This extension has been viewed 9 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.

Formats JSON in your browser, so it's beautiful and easy to read.
Type
Extension
Users
7,000 users
1K
Website curlydoggo.com
Curly Doggo Limited
View author page of Curly Doggo Limited
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 13, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on April 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View JSON Viewer & Formatter for Chrome 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": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "author": "Curly Doggo Limited",
    "homepage_url": "https:\/\/curlydoggo.com\/json-viewer",
    "version": "1.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Toggle JSON Formatter"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jsonViewer.bundle.js"
            ],
            "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