JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

Apa itu JSONViewer?

JSONViewer adalah ekstensi Chrome yang dikembangkan oleh opponic, dan fitur utamanya adalah "Format several JSON documents in one window, depends to your screen width, up to 6".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JSONViewer

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

                        Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer                    

Informasi Dasar Ekstensi

Nama JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
URL Resmi https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Deskripsi Format several JSON documents in one window, depends to your screen width, up to 6
Ukuran File 565 KB
Jumlah Instalasi 9,000
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2023-07-07
Tanggal Publikasi 2020-04-14
Penilaian 4.80/5 Total 10 Penilaian
Pengembang opponic
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/oppoic/JSONViewer
URL Halaman Bantuan https://github.com/oppoic/JSONViewer/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSONViewer",
    "description": "Format several JSON documents in one window, depends to your screen width, up to 6",
    "version": "2.1.0",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}