jsonz

Make JSON pretty and syntax highlight

Apa itu jsonz?

jsonz adalah ekstensi Chrome yang dikembangkan oleh Jihchi Lee, dan fitur utamanya adalah "Make JSON pretty and syntax highlight".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi jsonz

Unduh file ekstensi jsonz 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

                        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                    

Informasi Dasar Ekstensi

Nama jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL Resmi https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Deskripsi Make JSON pretty and syntax highlight
Ukuran File 254 KB
Jumlah Instalasi 30
Versi Saat Ini 2.1.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jihchi Lee
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jihchi/jsonz
URL Halaman Bantuan https://github.com/jihchi/jsonz/issues
Bahasa yang Didukung 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
}