Device Px Calculator

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

What is Device Px Calculator?

Device Px Calculator is a Chrome extension developed by Aaron Chu, and its main feature is "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Device Px Calculator Extension CRX File

Download Device Px Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Official URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Description A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
File Size 55.71 KB
Installation Count 224
Current Version 1.0
Last Updated 2014-01-15
Publish Date 2014-01-15
Rating 5.00/5 Total 1 Ratings
Developer Aaron Chu
Payment Type free
Supported Languages 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"
    }
}