JSON.format

Format JSON data automatically

什么是JSON.format?

JSON.format是由https://decentm.com开发的Chrome扩展程序,该扩展的主要功能是“Format JSON data automatically”。

扩展截图

screenshot

下载JSON.format扩展crx文件

下载JSON.format扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make JSON documents readable by reformatting them.                    

扩展基本信息

名称 JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
官方URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
简介 Format JSON data automatically
文件大小 13.52 KB
安装次数 355
当前版本 1.0.0
更新时间 2022-04-25
上架时间 2018-04-25
评分 5.00/5 共1次评分
开发者 https://decentm.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/DecentM/extension-json.format
帮助页面URL https://github.com/DecentM/extension-json.format/issues
支持的语言 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
        }
    ]
}