JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

JSONViewer là gì?

JSONViewer là một tiện ích mở rộng Chrome được phát triển bởi opponic, và tính năng chính của nó là "Format several JSON documents in one window, depends to your screen width, up to 6".

Ả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 JSONViewer

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

                        Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer                    

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

Tên JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
URL Chính Thức https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Mô tả Format several JSON documents in one window, depends to your screen width, up to 6
Kích Thước Tệp 565 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-07-07
Ngày Phát Hành 2020-04-14
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển opponic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oppoic/JSONViewer
URL Trang Trợ Giúp https://github.com/oppoic/JSONViewer/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSONViewer",
    "description": "Format several JSON documents in one window, depends to your screen width, up to 6",
    "version": "2.1.0",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}