Device Px Calculator

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

Vad är Device Px Calculator?

Device Px Calculator är en Chrome-tillägg utvecklad av Aaron Chu, och dess huvudfunktion är "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Device Px Calculator-förlängningens CRX-fil

Ladda ner Device Px Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Officiell webbadress https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Beskrivning A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Filstorlek 55.71 KB
Antal Installationer 224
Aktuell Version 1.0
Senast Uppdaterad 2014-01-15
Publiceringsdatum 2014-01-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Aaron Chu
Betalningssätt free
Stödda Språk 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"
    }
}