JSON++

JSON viewer with JSON path search

什麼是JSON++?

JSON++是由Dovocode開發的Chrome擴展程式,該擴展的主要功能是“JSON viewer with JSON path search”。

擴展截圖

screenshot
screenshot

下載JSON++擴展crx文件

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

擴展使用說明

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

擴展基本資訊

名稱 JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
官方網址 https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
簡介 JSON viewer with JSON path search
檔案大小 60.41 KB
安裝次數 156
目前版本 0.0.2
更新時間 2022-07-03
上架時間 2020-09-24
開發者 Dovocode
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}