WebExtension.net
WebExtension.net

JSON Viewer & Formatter

View on Chrome Web Store
View JSON Viewer & Formatter Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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
238 users
13
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.0
Manifest version
3
Updated
Updated on October 13, 2024
View on Chrome Web Store
View JSON Viewer & Formatter Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

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.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "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>"
            ]
        }
    ]
}
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