Device Px Calculator

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

Qu'est-ce que Device Px Calculator ?

Device Px Calculator est une extension Chrome développée par Aaron Chu, et sa fonction principale est "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Device Px Calculator

Téléchargez les fichiers d'extension Device Px Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Device Px Calculator Device Px Calculator
ID ohepjlikehhcmfmankkckkcbbegljijb
URL Officiel https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb
Description A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Taille du Fichier 55.71 KB
Nombre d'Installations 224
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-15
Date de Publication 2014-01-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Aaron Chu
Type de Paiement free
Langues Prises en Charge 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"
    }
}