JSON Editor

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

JSON Editor là gì?

JSON Editor là một tiện ích mở rộng Chrome được phát triển bởi croespino, và tính năng chính của nó là "A tool to view, edit, format, repair, query, transform, and validate JSON".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSON Editor

Tải xuống các tệp mở rộng JSON Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JSON Editor JSON Editor
ID jcamcakkifmbkjcfejgboieeliaomkab
URL Chính Thức https://chromewebstore.google.com/detail/json-editor/jcamcakkifmbkjcfejgboieeliaomkab
Mô tả A tool to view, edit, format, repair, query, transform, and validate JSON
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 484
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-23
Ngày Phát Hành 2023-07-23
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển croespino
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/croespino/browser-json-editor
URL Trang Chính Sách Bảo Mật https://github.com/croespino/browser-json-editor/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}