Mobeix Response Formatter

Chrome Extension to Beautify Mobeix Response

Co je Mobeix Response Formatter?

Mobeix Response Formatter je rozšíření Chrome vyvinuté tagitextensions, a jeho hlavní funkcí je „Chrome Extension to Beautify Mobeix Response“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Mobeix Response Formatter

Stáhněte si soubory rozšíření Mobeix Response Formatter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mobeix Response Formatter Mobeix Response Formatter
ID aadbccnfhppdlnleiebemjlbnehbecpj
Oficiální URL https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj
Popis Chrome Extension to Beautify Mobeix Response
Velikost souboru 47.76 KB
Počet instalací 297
Aktuální Verze 1.6
Poslední Aktualizace 2021-07-06
Datum Vydání 2017-06-15
Hodnocení 5.00/5 Celkem 16 Hodnocení
Vývojář tagitextensions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}