WebExtension.net
Toggle dark mode
WebExtension.net

JSON Formatter

View on Chrome Web Store
View JSON Formatter Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (1,868 ratings)
2 new ratings
86 views
This extension has been viewed 86 times

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
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View JSON Formatter 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",
    "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.

© 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