Device Px Calculator

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

Wat is Device Px Calculator?

Device Px Calculator is een Chrome-extensie ontwikkeld door Aaron Chu, en de belangrijkste functie is "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Device Px Calculator

Download Device Px Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Officiële URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Beschrijving A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Bestandsgrootte 55.71 KB
Aantal Installaties 224
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-15
Publicatiedatum 2014-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Aaron Chu
Betalingswijze free
Ondersteunde Talen 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"
    }
}