JSON Formatter

The best JSON Formatter!

什麼是JSON Formatter?

JSON Formatter是由dermasmid開發的Chrome擴展程式,該擴展的主要功能是“The best JSON Formatter!”。

擴展截圖

screenshot

下載JSON Formatter擴展crx文件

下載JSON Formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

擴展基本資訊

名稱 JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
官方網址 https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
簡介 The best JSON Formatter!
檔案大小 286 KB
安裝次數 43
目前版本 0.2.3
更新時間 2023-06-12
上架時間 2022-04-06
評分 5.00/5 共 1 次評分
開發者 dermasmid
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dermasmid/jsoneditor-ext
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}