Mobeix Response Formatter

Chrome Extension to Beautify Mobeix Response

Apa itu Mobeix Response Formatter?

Mobeix Response Formatter adalah ekstensi Chrome yang dikembangkan oleh tagitextensions, dan fitur utamanya adalah "Chrome Extension to Beautify Mobeix Response".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mobeix Response Formatter

Unduh file ekstensi Mobeix Response Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mobeix Response Formatter Mobeix Response Formatter
ID aadbccnfhppdlnleiebemjlbnehbecpj
URL Resmi https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj
Deskripsi Chrome Extension to Beautify Mobeix Response
Ukuran File 47.76 KB
Jumlah Instalasi 297
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-07-06
Tanggal Publikasi 2017-06-15
Penilaian 5.00/5 Total 16 Penilaian
Pengembang tagitextensions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}