Device Px Calculator

A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.

ما هو Device Px Calculator؟

Device Px Calculator هو إضافة Chrome تم تطويرها بواسطة Aaron Chu، والميزة الرئيسية لها هي "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Device Px Calculator

قم بتنزيل ملفات الامتداد Device Px Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        When you are developing your web apps, you may run into situations where you need to find out the display information of a certain device.

Using the Device Px Calculator, you can pull up the marketing specs of a device, plug in the numbers and find out the display information you need.                    

معلومات أساسية عن التمديد

الاسم Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
عنوان URL الرسمي https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
الوصف A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
حجم الملف 55.71 KB
عدد التثبيتات 224
النسخة الحالية 1.0
آخر تحديث 2014-01-15
تاريخ النشر 2014-01-15
تقييم 5.00/5 مجموع تقييمات 1
المطور Aaron Chu
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Device Px Calculator",
    "description": "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "RWD Display Calculator"
    },
    "icons": {
        "128": "icon-lg.png"
    }
}