JSON++

JSON viewer with JSON path search

JSON++ là gì?

JSON++ là một tiện ích mở rộng Chrome được phát triển bởi Dovocode, và tính năng chính của nó là "JSON viewer with JSON path search".

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

screenshot
screenshot

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

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

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

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

Tên JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
URL Chính Thức https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
Mô tả JSON viewer with JSON path search
Kích Thước Tệp 60.41 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-07-03
Ngày Phát Hành 2020-09-24
Nhà Phát Triển Dovocode
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}