DPI Calculator
A DPI calculator for Android developers and designers
什么是DPI Calculator?
DPI Calculator是由https://www.sage42.com开发的Chrome扩展程序,该扩展的主要功能是“A DPI calculator for Android developers and designers”。
扩展截图
下载DPI Calculator扩展crx文件
下载DPI Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | DPI Calculator |
ID | dldofgjemhkpilajnlenfijjpkabilcg |
官方URL | https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg |
简介 | A DPI calculator for Android developers and designers |
文件大小 | 46.4 KB |
安装次数 | 1,750 |
当前版本 | 1.1 |
更新时间 | 2014-01-23 |
上架时间 | 2014-01-22 |
评分 | 4.84/5 共19次评分 |
开发者 | https://www.sage42.com |
付费类型 | free |
扩展官网 | http://jennift.com/dpical.html |
支持的语言 | 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" } } |