DPI Calculator
A DPI calculator for Android developers and designers
Wat is DPI Calculator?
DPI Calculator is een Chrome-extensie ontwikkeld door https://www.sage42.com, en de belangrijkste functie is "A DPI calculator for Android developers and designers".
Extensie Screenshots
Download het CRX-bestand van de extensie DPI Calculator
Download DPI Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DPI Calculator |
ID | dldofgjemhkpilajnlenfijjpkabilcg |
Officiële URL | https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg |
Beschrijving | A DPI calculator for Android developers and designers |
Bestandsgrootte | 46.4 KB |
Aantal Installaties | 1,750 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-01-23 |
Publicatiedatum | 2014-01-22 |
Beoordeling | 4.84/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://www.sage42.com |
Betalingswijze | free |
Extensiewebsite | http://jennift.com/dpical.html |
Ondersteunde Talen | 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" } } |