JSON.format

Format JSON data automatically

What is JSON.format?

JSON.format is a Chrome extension developed by https://decentm.com, and its main feature is "Format JSON data automatically".

Extension Screenshots

screenshot

Download JSON.format Extension CRX File

Download JSON.format extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Make JSON documents readable by reformatting them.                    

Extension Basic Information

Name JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
Official URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Description Format JSON data automatically
File Size 13.52 KB
Installation Count 355
Current Version 1.0.0
Last Updated 2022-04-25
Publish Date 2018-04-25
Rating 5.00/5 Total 1 Ratings
Developer https://decentm.com
Email [email protected]
Payment Type free
Extension Website https://github.com/DecentM/extension-json.format
Help Page URL https://github.com/DecentM/extension-json.format/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}