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