Mobx Prettier

Prettify Mobx objects in Chrome console and debugger.

Apa itu Mobx Prettier?

Mobx Prettier adalah ekstensi Chrome yang dikembangkan oleh Finga, dan fitur utamanya adalah "Prettify Mobx objects in Chrome console and debugger.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mobx Prettier

Unduh file ekstensi Mobx Prettier 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

                        Mobx Prettier is a Chrome extension that prettifies / formats Mobx objects in Dev Tools console and debugger for easy inspection.                    

Informasi Dasar Ekstensi

Nama Mobx Prettier Mobx Prettier
ID helikjgacgldannkhjdncofmeodpabmp
URL Resmi https://chromewebstore.google.com/detail/mobx-prettier/helikjgacgldannkhjdncofmeodpabmp
Deskripsi Prettify Mobx objects in Chrome console and debugger.
Ukuran File 16.96 KB
Jumlah Instalasi 104
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-19
Tanggal Publikasi 2022-09-19
Pengembang Finga
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fingerartur/mobx_prettier/
URL Halaman Bantuan https://github.com/fingerartur/mobx_prettier/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mobx Prettier",
    "manifest_version": 3,
    "version": "1.0.0",
    "description": "Prettify Mobx objects in Chrome console and debugger.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Mobx Prettier",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page_script.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}