JSON Formatter

The best JSON Formatter!

JSON Formatter là gì?

JSON Formatter là một tiện ích mở rộng Chrome được phát triển bởi dermasmid, và tính năng chính của nó là "The best JSON Formatter!".

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

screenshot

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

Tải xuống các tệp mở rộng JSON Formatter 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

                        FEATURES

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

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

Tên JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
URL Chính Thức https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Mô tả The best JSON Formatter!
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2023-06-12
Ngày Phát Hành 2022-04-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dermasmid
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dermasmid/jsoneditor-ext
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}