DPI Calculator
A DPI calculator for Android developers and designers
ما هو DPI Calculator؟
DPI Calculator هو إضافة Chrome تم تطويرها بواسطة https://www.sage42.com، والميزة الرئيسية لها هي "A DPI calculator for Android developers and designers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DPI Calculator
قم بتنزيل ملفات الامتداد DPI Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A DPI calculator for Android developers and designers. Allows users to easily convert a dpi value from one density to another from a convenient browser extension. Type in one field and the others will calculate and fill in automatically. Now supporting "auto-save", your values are saved to local storage so will never accidentally lose them.
معلومات أساسية عن التمديد
الاسم | DPI Calculator |
ID | dldofgjemhkpilajnlenfijjpkabilcg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg |
الوصف | A DPI calculator for Android developers and designers |
حجم الملف | 46.4 KB |
عدد التثبيتات | 1,750 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-01-23 |
تاريخ النشر | 2014-01-22 |
تقييم | 4.84/5 مجموع تقييمات 19 |
المطور | https://www.sage42.com |
نوع الدفع | free |
موقع الإضافة | http://jennift.com/dpical.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DPI Calculator", "description": "A DPI calculator for Android developers and designers", "version": "1.1", "icons": { "16": "launcher16.png", "48": "launcher48.png", "128": "launcher128.png" }, "author": "Jennift @ Sage42.com", "homepage_url": "http:\/\/jennift.com\/dpical.html", "permissions": [], "browser_action": { "default_icon": "launcher.png", "default_popup": "popup.html" } } |