Mobeix Response Formatter
Chrome Extension to Beautify Mobeix Response
Mobeix Response Formatter là gì?
Mobeix Response Formatter là một tiện ích mở rộng Chrome được phát triển bởi tagitextensions, và tính năng chính của nó là "Chrome Extension to Beautify Mobeix Response".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mobeix Response Formatter
Tải xuống các tệp mở rộng Mobeix Response Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mobeix Response Formatter |
ID | aadbccnfhppdlnleiebemjlbnehbecpj |
URL Chính Thức | https://chromewebstore.google.com/detail/mobeix-response-formatter/aadbccnfhppdlnleiebemjlbnehbecpj |
Mô tả | Chrome Extension to Beautify Mobeix Response |
Kích Thước Tệp | 47.76 KB |
Số Lần Cài Đặt | 297 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2021-07-06 |
Ngày Phát Hành | 2017-06-15 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | tagitextensions |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |