Prettify

Small extension that automatically make pages with JSON/XML/... content prettier.

什么是Prettify?

Prettify是由https://tiph.io开发的Chrome扩展程序,该扩展的主要功能是“Small extension that automatically make pages with JSON/XML/... content prettier.”。

扩展截图

screenshot

下载Prettify扩展crx文件

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

扩展使用说明

                        Quick and dirty WebExtension that automatically makes JSON pages good looking. Turns the boring-looking stock JSON rendering into a nice looking, exandable/collaspable view.

The beauty of it is that it automatically runs on every page that has its Content-type set to application/json, so you can forget you've ever installed it, and just enjoy cool-looking JSON pages !                    

扩展基本信息

名称 Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
官方URL https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
简介 Small extension that automatically make pages with JSON/XML/... content prettier.
文件大小 13.27 KB
安装次数 1,049
当前版本 1.0.1
更新时间 2019-12-01
上架时间 2019-11-27
评分 5.00/5 共1次评分
开发者 https://tiph.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://edt.tiph.io/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify",
    "version": "1.0.1",
    "description": "Small extension that automatically make pages with JSON\/XML\/... content prettier.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}