JSON Formatter

The best JSON Formatter!

什么是JSON Formatter?

JSON Formatter是由dermasmid开发的Chrome扩展程序,该扩展的主要功能是“The best JSON Formatter!”。

扩展截图

screenshot

下载JSON Formatter扩展crx文件

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

扩展使用说明

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

扩展基本信息

名称 JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
官方URL https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
简介 The best JSON Formatter!
文件大小 286 KB
安装次数 43
当前版本 0.2.3
更新时间 2023-06-12
上架时间 2022-04-06
评分 5.00/5 共1次评分
开发者 dermasmid
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/dermasmid/jsoneditor-ext
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}