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
官方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": [
                ""
            ]
        }
    ]
}