JSONHelper

Json Helper,a better JSON parsing extension, also provides data extraction based on JsonPath.

What is JSONHelper?

JSONHelper is a Chrome extension developed by young, and its main feature is "Json Helper,a better JSON parsing extension, also provides data extraction based on JsonPath.".

Extension Screenshots

screenshot

Download JSONHelper Extension CRX File

Download JSONHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Json Helper,a better JSON parsing extension, also provides data extraction based on JsonPath to help more efficient data visualization.
Json Helper 一款更好的Json格式化工具,另外还提供了基于JsonPath的Json数据提取.后续还会提供文件上传Json,可以对文件内的数据可视化,以及提取导出.                    

Extension Basic Information

Name JSONHelper JSONHelper
ID alfpkcjookgjoocidaemhbcihjcegoea
Official URL https://chromewebstore.google.com/detail/jsonhelper/alfpkcjookgjoocidaemhbcihjcegoea
Description Json Helper,a better JSON parsing extension, also provides data extraction based on JsonPath.
File Size 699 KB
Installation Count 57
Current Version 0.0.1
Last Updated 2022-12-16
Publish Date 2022-12-16
Developer young
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSONHelper",
    "description": "Json Helper,a better JSON parsing extension, also provides data extraction based on JsonPath.",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}