JSON Editor

A tool to view, edit, format, repair, query, transform, and validate JSON

什么是JSON Editor?

JSON Editor是由croespino开发的Chrome扩展程序,该扩展的主要功能是“A tool to view, edit, format, repair, query, transform, and validate JSON”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载JSON Editor扩展crx文件

下载JSON Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Open web pages with JSON content or JSON files to view, edit, format, repair, query, transform, and validate JSON directly on the browser. 

Features:
* View JSON as a tree. The JSON tree view utilizes right-click to open the context menu, and double-click to start editing a key or value. It supports copy/paste from and to the system clipboard.
* View JSON as formatted text.
* View JSON as a table, for top-level arrays or nested arrays.
* Search and replace
* Undo and redo actions
* Edit the JSON keys, and values, copy, paste, duplicate, insert, or remove
* JSON formatting and minifying
* Query JSON with plain JavaScript or using the built-in form
* Sort, filter, and transform JSON
* Handle large JSON documents up to 512 MB

It uses the powerful https://github.com/josdejong/svelte-jsoneditor/ and the Manifest V3 for enhanced security, privacy, and performance.

Make sure to disable any other JSON viewing built-in into the browser or other JSON viewer extensions.                    

扩展基本信息

名称 JSON Editor JSON Editor
ID jcamcakkifmbkjcfejgboieeliaomkab
官方URL https://chromewebstore.google.com/detail/json-editor/jcamcakkifmbkjcfejgboieeliaomkab
简介 A tool to view, edit, format, repair, query, transform, and validate JSON
文件大小 380 KB
安装次数 484
当前版本 1.0
更新时间 2023-07-23
上架时间 2023-07-23
评分 3.00/5 共2次评分
开发者 croespino
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/croespino/browser-json-editor
隐私政策页面URL https://github.com/croespino/browser-json-editor/blob/master/PRIVACY.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Editor",
    "description": "A tool to view, edit, format, repair, query, transform, and validate JSON",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}