Device Px Calculator

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

Hvad er Device Px Calculator?

Device Px Calculator er en Chrome-udvidelse udviklet af Aaron Chu, og dens hovedfunktion er "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Device Px Calculator-udvidelses-CRX-fil

Download Device Px Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Officiel URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Beskrivelse A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Filstørrelse 55.71 KB
Antal Installationer 224
Nuværende Version 1.0
Senest Opdateret 2014-01-15
Udgivelsesdato 2014-01-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Aaron Chu
Betalingsmetode free
Understøttede Sprog 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"
    }
}