Otter DevTools
DevTools to help with the development of application based on Otter Framework
ما هو Otter DevTools؟
Otter DevTools هو إضافة Chrome تم تطويرها بواسطة AmadeusITGroup، والميزة الرئيسية لها هي "DevTools to help with the development of application based on Otter Framework".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Otter DevTools
قم بتنزيل ملفات الامتداد Otter DevTools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
DevTools to help with the development of application based on Otter Framework. It provides several tools to customize, debug and visualize an Otter based application
معلومات أساسية عن التمديد
الاسم | Otter DevTools |
ID | aejabgendbpckkdnjaphhlifbhepmbne |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/otter-devtools/aejabgendbpckkdnjaphhlifbhepmbne |
الوصف | DevTools to help with the development of application based on Otter Framework |
حجم الملف | 12.93 MB |
عدد التثبيتات | 206 |
النسخة الحالية | 10.0.0 |
آخر تحديث | 2024-03-07 |
تاريخ النشر | 2023-01-27 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | AmadeusITGroup |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/AmadeusITGroup/otter |
عنوان صفحة المساعدة | https://github.com/AmadeusITGroup/otter/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Otter DevTools", "description": "DevTools to help with the development of application based on Otter Framework", "version": "10.0.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "webNavigation" ], "icons": { "16": "\/extension\/icons\/16x16.png", "32": "\/extension\/icons\/32x32.png", "48": "\/extension\/icons\/48x48.png", "128": "\/extension\/icons\/128x128.png" }, "devtools_page": "devtools.html", "background": { "service_worker": "extension\/background.js", "type": "module" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |