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"
    }
}