DPI Calculator
A DPI calculator for Android developers and designers
What is DPI Calculator?
DPI Calculator is a Chrome extension developed by https://www.sage42.com, and its main feature is "A DPI calculator for Android developers and designers".
Extension Screenshots
Download DPI Calculator Extension CRX File
Download DPI Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DPI Calculator |
ID | dldofgjemhkpilajnlenfijjpkabilcg |
Official URL | https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg |
Description | A DPI calculator for Android developers and designers |
File Size | 46.4 KB |
Installation Count | 1,750 |
Current Version | 1.1 |
Last Updated | 2014-01-23 |
Publish Date | 2014-01-22 |
Rating | 4.84/5 Total 19 Ratings |
Developer | https://www.sage42.com |
Payment Type | free |
Extension Website | http://jennift.com/dpical.html |
Supported Languages | 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" } } |