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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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": [
                ""
            ]
        }
    ]
}