Beautify JSON

Pretty print collapsible JSON

什么是Beautify JSON?

Beautify JSON是由https://nopecha.com开发的Chrome扩展程序,该扩展的主要功能是“Pretty print collapsible JSON”。

扩展截图

screenshot

下载Beautify JSON扩展crx文件

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

扩展使用说明

                        Converts webpages displaying JSON text into interactive JSON, similar to how Firefox browsers and Chrome devtools display JSON data.                    

扩展基本信息

名称 Beautify JSON Beautify JSON
ID mobfcgfeagjbajejjnblfeceageepecj
官方URL https://chromewebstore.google.com/detail/beautify-json/mobfcgfeagjbajejjnblfeceageepecj
简介 Pretty print collapsible JSON
文件大小 11.18 KB
安装次数 75
当前版本 0.1.1
更新时间 2023-10-27
上架时间 2022-07-09
开发者 https://nopecha.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.nopecha.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautify JSON",
    "manifest_version": 3,
    "version": "0.1.1",
    "description": "Pretty print collapsible JSON",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}