Prettify

Small extension that automatically make pages with JSON/XML/... content prettier.

Prettify là gì?

Prettify là một tiện ích mở rộng Chrome được phát triển bởi https://tiph.io, và tính năng chính của nó là "Small extension that automatically make pages with JSON/XML/... content prettier.".

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

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

                        Quick and dirty WebExtension that automatically makes JSON pages good looking. Turns the boring-looking stock JSON rendering into a nice looking, exandable/collaspable view.

The beauty of it is that it automatically runs on every page that has its Content-type set to application/json, so you can forget you've ever installed it, and just enjoy cool-looking JSON pages !                    

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

Tên Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
URL Chính Thức https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
Mô tả Small extension that automatically make pages with JSON/XML/... content prettier.
Kích Thước Tệp 13.27 KB
Số Lần Cài Đặt 1,049
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-12-01
Ngày Phát Hành 2019-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tiph.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://edt.tiph.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify",
    "version": "1.0.1",
    "description": "Small extension that automatically make pages with JSON\/XML\/... content prettier.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}