DPI Calculator
A DPI calculator for Android developers and designers
DPI Calculatorคืออะไร?
DPI Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sage42.com และคุณลักษณะหลักของมันคือ "A DPI calculator for Android developers and designers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DPI Calculator
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |