jsonz

Make JSON pretty and syntax highlight

jsonz là gì?

jsonz là một tiện ích mở rộng Chrome được phát triển bởi Jihchi Lee, và tính năng chính của nó là "Make JSON pretty and syntax highlight".

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

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

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

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

Tên jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL Chính Thức https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Mô tả Make JSON pretty and syntax highlight
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jihchi Lee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jihchi/jsonz
URL Trang Trợ Giúp https://github.com/jihchi/jsonz/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}