Ultra Fast JSON Viewer

Quickly beautifies JSON.

Ultra Fast JSON Viewer là gì?

Ultra Fast JSON Viewer 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à "Quickly beautifies JSON.".

Ả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 Ultra Fast JSON Viewer

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

                        Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.                    

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

Tên Ultra Fast JSON Viewer Ultra Fast JSON Viewer
ID achlegaapdgcnnhfmliagapbampafine
URL Chính Thức https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine
Mô tả Quickly beautifies JSON.
Kích Thước Tệp 9.94 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-06-22
Ngày Phát Hành 2017-06-22
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
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": "Ultra Fast JSON Viewer",
    "version": "1.0.4",
    "description": "Quickly beautifies JSON.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon - large.png",
        "default_popup": "popup.html"
    },
    "author": "Ed Mak",
    "icons": {
        "128": "img\/icon - large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "settings.js",
                "jsonify.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ]
}

Tiện Ích Mở Rộng Liên Quan