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 |
官方網址 | 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" } } |