Mobx Prettier

Prettify Mobx objects in Chrome console and debugger.

What is Mobx Prettier?

Mobx Prettier is a Chrome extension developed by Finga, and its main feature is "Prettify Mobx objects in Chrome console and debugger.".

Extension Screenshots

screenshot

Download Mobx Prettier Extension CRX File

Download Mobx Prettier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mobx Prettier Mobx Prettier
ID helikjgacgldannkhjdncofmeodpabmp
Official URL https://chromewebstore.google.com/detail/mobx-prettier/helikjgacgldannkhjdncofmeodpabmp
Description Prettify Mobx objects in Chrome console and debugger.
File Size 16.96 KB
Installation Count 104
Current Version 1.0.0
Last Updated 2022-09-19
Publish Date 2022-09-19
Developer Finga
Email [email protected]
Payment Type free
Extension Website https://github.com/fingerartur/mobx_prettier/
Help Page URL https://github.com/fingerartur/mobx_prettier/issues
Supported Languages 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": [
                ""
            ]
        }
    ]
}