DPI Calculator
A DPI calculator for Android developers and designers
Qu'est-ce que DPI Calculator ?
DPI Calculator est une extension Chrome développée par https://www.sage42.com, et sa fonction principale est "A DPI calculator for Android developers and designers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DPI Calculator
Téléchargez les fichiers d'extension DPI 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
A DPI calculator for Android developers and designers. Allows users to easily convert a dpi value from one density to another from a convenient browser extension. Type in one field and the others will calculate and fill in automatically. Now supporting "auto-save", your values are saved to local storage so will never accidentally lose them.
Informations de Base sur l'Extension
Nom | DPI Calculator |
ID | dldofgjemhkpilajnlenfijjpkabilcg |
URL Officiel | https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg |
Description | A DPI calculator for Android developers and designers |
Taille du Fichier | 46.4 KB |
Nombre d'Installations | 1,750 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-01-23 |
Date de Publication | 2014-01-22 |
Évaluation | 4.84/5 Total 19 Évaluations |
Développeur | https://www.sage42.com |
Type de Paiement | free |
Site Web de l'Extension | http://jennift.com/dpical.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DPI Calculator", "description": "A DPI calculator for Android developers and designers", "version": "1.1", "icons": { "16": "launcher16.png", "48": "launcher48.png", "128": "launcher128.png" }, "author": "Jennift @ Sage42.com", "homepage_url": "http:\/\/jennift.com\/dpical.html", "permissions": [], "browser_action": { "default_icon": "launcher.png", "default_popup": "popup.html" } } |