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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}