Device Px Calculator

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

Apa itu Device Px Calculator?

Device Px Calculator adalah ekstensi Chrome yang dikembangkan oleh Aaron Chu, dan fitur utamanya adalah "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Device Px Calculator

Unduh file ekstensi Device Px Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
URL Resmi https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Deskripsi A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Ukuran File 55.71 KB
Jumlah Instalasi 224
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-01-15
Tanggal Publikasi 2014-01-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Aaron Chu
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}