WebExtension.net
WebExtension.net

JSON Formatter

View on Chrome Web Store
View JSON Formatter Chrome Extension on Chrome Web Store
4.6 (1,855 ratings)
1 new ratings

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

Makes JSON easy to read. Open source.
Type
Extension
Users
2,000,000 users
Website callumlocke.com
Callum Locke
View author page of Callum Locke
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 26, 2011
Version 0.7.3
Manifest version
3
Updated
Updated on March 28, 2024
View on Chrome Web Store
View JSON Formatter Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "version": "0.7.3",
    "manifest_version": 3,
    "description": "Makes JSON easy to read. Open source.",
    "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter",
    "minimum_chrome_version": "88",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}
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