Mobeix Response Formatter
Chrome Extension to Beautify Mobeix Response
Co to jest Mobeix Response Formatter?
Mobeix Response Formatter to rozszerzenie Chrome opracowane przez tagitextensions, a jego główną funkcją jest „Chrome Extension to Beautify Mobeix Response”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mobeix Response Formatter
Pobierz pliki rozszerzeń Mobeix Response Formatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Mobeix Response Formatter |
ID | aadbccnfhppdlnleiebemjlbnehbecpj |
Oficjalny URL | https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj |
Opis | Chrome Extension to Beautify Mobeix Response |
Rozmiar pliku | 47.76 KB |
Liczba instalacji | 297 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2021-07-06 |
Data Publikacji | 2017-06-15 |
Ocena | 5.00/5 Łącznie 16 Oceny |
Deweloper | tagitextensions |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |