Mobx Prettier

Prettify Mobx objects in Chrome console and debugger.

什麼是Mobx Prettier?

Mobx Prettier是由Finga開發的Chrome擴展程式,該擴展的主要功能是“Prettify Mobx objects in Chrome console and debugger.”。

擴展截圖

screenshot

下載Mobx Prettier擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}