Mobeix Response Formatter
Chrome Extension to Beautify Mobeix Response
Mobeix Response Formatterคืออะไร?
Mobeix Response Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tagitextensions และคุณลักษณะหลักของมันคือ "Chrome Extension to Beautify Mobeix Response"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobeix Response Formatter
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |