Device Px Calculator

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

Device Px Calculator là gì?

Device Px Calculator là một tiện ích mở rộng Chrome được phát triển bởi Aaron Chu, và tính năng chính của nó là "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Device Px Calculator

Tải xuống các tệp mở rộng Device Px Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
URL Chính Thức https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Mô tả A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Kích Thước Tệp 55.71 KB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-15
Ngày Phát Hành 2014-01-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aaron Chu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}