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.”。
擴展截圖
下載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 |
ID | ohepjlikehhcmfmankkckkcbbegljijb |
官方網址 | 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" } } |