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 |
电子邮箱 | [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": [] } |