Device Px Calculator

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

Co to jest Device Px Calculator?

Device Px Calculator to rozszerzenie Chrome opracowane przez Aaron Chu, a jego główną funkcją jest „A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Device Px Calculator

Pobierz pliki rozszerzeń Device Px Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
Oficjalny URL https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Opis A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Rozmiar pliku 55.71 KB
Liczba instalacji 224
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-01-15
Data Publikacji 2014-01-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Aaron Chu
Typ Płatności free
Obsługiwane Języki 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"
    }
}