Nested Object JSON Parser

Makes JSON easy to read. Open source.

Nested Object JSON Parser là gì?

Nested Object JSON Parser là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Makes JSON easy to read. Open source.".

Ả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 Nested Object JSON Parser

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

                        Nested JSON Parser is an extension to format JSON content including nested json stringify objects                    

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

Tên Nested Object JSON Parser Nested Object JSON Parser
ID gfpiiddjejppjlaegjhfommdfjdfkfop
URL Chính Thức https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop
Mô tả Makes JSON easy to read. Open source.
Kích Thước Tệp 21.21 KB
Số Lần Cài Đặt 1,545
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-04-28
Ngày Phát Hành 2019-04-23
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nested Object JSON Parser",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Makes JSON easy to read. Open source.",
    "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}