Mobeix Response Formatter
Chrome Extension to Beautify Mobeix Response
Mobeix Response Formatterとは何ですか?
Mobeix Response Formatterはtagitextensionsによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to Beautify Mobeix Response」です。
拡張機能のスクリーンショット
Mobeix Response Formatter拡張機能のCRXファイルをダウンロード
Mobeix Response Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Mobeix Response Formatter |
ID | aadbccnfhppdlnleiebemjlbnehbecpj |
公式URL | https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj |
説明 | Chrome Extension to Beautify Mobeix Response |
ファイルサイズ | 47.76 KB |
インストール数 | 297 |
現在のバージョン | 1.6 |
最終更新日 | 2021-07-06 |
公開日 | 2017-06-15 |
評価 | 5.00/5 合計 16 レビュー |
開発者 | tagitextensions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [] } |