Device Px Calculator

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

Was ist Device Px Calculator?

Device Px Calculator ist eine Chrome-Erweiterung, die von Aaron Chu entwickelt wurde, und ihr Hauptmerkmal ist "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Device Px Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Device Px Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Offizielle URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Beschreibung A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Dateigröße 55.71 KB
Installationsanzahl 224
Aktuelle Version 1.0
Letztes Update 2014-01-15
Veröffentlichungsdatum 2014-01-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Aaron Chu
Zahlungsart free
Unterstützte Sprachen 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"
    }
}