Mobeix Response Formatter

Chrome Extension to Beautify Mobeix Response

What is Mobeix Response Formatter?

Mobeix Response Formatter is a Chrome extension developed by tagitextensions, and its main feature is "Chrome Extension to Beautify Mobeix Response".

Extension Screenshots

screenshot
screenshot

Download Mobeix Response Formatter Extension CRX File

Download Mobeix Response Formatter 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

                        Identify error response – Identify error response in a single click.

Prettify conveniently – Use Prettify buttons for formatting the Mobeix response string.

Copy and paste conveniently – Use Copy Prettified Response buttons for copying the complete response in one click.

Version 1.2 

- Supports utf-16 response.

Version 1.3 

- resolved bugs.
- enabled copy paste option.

Version 1.4 

- supports Mobeix response containing JSON values.

Version 1.5

- Upgraded to Manifest version 3.
- Removed activeTab permission.

Version 1.6

- Removed tabs permission.                    

Extension Basic Information

Name Mobeix Response Formatter Mobeix Response Formatter
ID aadbccnfhppdlnleiebemjlbnehbecpj
Official URL https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj
Description Chrome Extension to Beautify Mobeix Response
File Size 47.76 KB
Installation Count 297
Current Version 1.6
Last Updated 2021-07-06
Publish Date 2017-06-15
Rating 5.00/5 Total 16 Ratings
Developer tagitextensions
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mobeix Response Formatter",
    "description": "Chrome Extension to Beautify Mobeix Response",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "css": [],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": []
}