jsonz

Make JSON pretty and syntax highlight

什么是jsonz?

jsonz是由Jihchi Lee开发的Chrome扩展程序,该扩展的主要功能是“Make JSON pretty and syntax highlight”。

扩展截图

screenshot

下载jsonz扩展crx文件

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

扩展使用说明

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

扩展基本信息

名称 jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
官方URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
简介 Make JSON pretty and syntax highlight
文件大小 254 KB
安装次数 30
当前版本 2.1.1
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共1次评分
开发者 Jihchi Lee
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jihchi/jsonz
帮助页面URL https://github.com/jihchi/jsonz/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}