Device Px Calculator

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

什么是Device Px Calculator?

Device Px Calculator是由Aaron Chu开发的Chrome扩展程序,该扩展的主要功能是“A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.”。

扩展截图

screenshot
screenshot
screenshot

下载Device Px Calculator扩展crx文件

下载Device Px Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
官方URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
简介 A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
文件大小 55.71 KB
安装次数 224
当前版本 1.0
更新时间 2014-01-15
上架时间 2014-01-15
评分 5.00/5 共1次评分
开发者 Aaron Chu
付费类型 free
支持的语言 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"
    }
}