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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [] } |