Prettify

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

Apa itu Prettify?

Prettify adalah ekstensi Chrome yang dikembangkan oleh https://tiph.io, dan fitur utamanya adalah "Small extension that automatically make pages with JSON/XML/... content prettier.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Prettify

Unduh file ekstensi Prettify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 !                    

Informasi Dasar Ekstensi

Nama Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
URL Resmi https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
Deskripsi Small extension that automatically make pages with JSON/XML/... content prettier.
Ukuran File 13.27 KB
Jumlah Instalasi 1,049
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-12-01
Tanggal Publikasi 2019-11-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://tiph.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://edt.tiph.io/privacy.html
Bahasa yang Didukung 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"
        }
    ]
}