Android Developer Toolbox
A quick access toolbox of Android developer tools, calculators and information.
ما هو Android Developer Toolbox؟
Android Developer Toolbox هو إضافة Chrome تم تطويرها بواسطة https://cwlarson.com، والميزة الرئيسية لها هي "A quick access toolbox of Android developer tools, calculators and information.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Android Developer Toolbox
قم بتنزيل ملفات الامتداد Android Developer Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Android Developer Toolbox is a quick access to Android™ developer tools, calculators and information. Some items include density calculator, dp to px and px to dp calculator, dangerous permissions, and Android™ release information. Always more to come! Android is a trademark of Google LLC. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
معلومات أساسية عن التمديد
الاسم | Android Developer Toolbox |
ID | ocedpblkiolaenkbnigalahapjepnanp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/android-developer-toolbox/ocedpblkiolaenkbnigalahapjepnanp |
الوصف | A quick access toolbox of Android developer tools, calculators and information. |
حجم الملف | 1.79 MB |
عدد التثبيتات | 3,142 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-01-27 |
تاريخ النشر | 2019-09-17 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://cwlarson.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.cwlarson.com/privacy-policy/android-dev-toolbox-privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "minimum_chrome_version": "88", "default_locale": "en_US", "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "permissions": [ "storage", "clipboardWrite" ] } |