Mobx Prettier

Prettify Mobx objects in Chrome console and debugger.

ما هو Mobx Prettier؟

Mobx Prettier هو إضافة Chrome تم تطويرها بواسطة Finga، والميزة الرئيسية لها هي "Prettify Mobx objects in Chrome console and debugger.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mobx Prettier

قم بتنزيل ملفات الامتداد Mobx Prettier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Mobx Prettier Mobx Prettier
ID helikjgacgldannkhjdncofmeodpabmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/mobx-prettier/helikjgacgldannkhjdncofmeodpabmp
الوصف Prettify Mobx objects in Chrome console and debugger.
حجم الملف 16.96 KB
عدد التثبيتات 104
النسخة الحالية 1.0.0
آخر تحديث 2022-09-19
تاريخ النشر 2022-09-19
المطور Finga
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/fingerartur/mobx_prettier/
عنوان صفحة المساعدة https://github.com/fingerartur/mobx_prettier/issues
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}