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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |