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
官方網址 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"
        }
    ]
}