DPI Calculator
A DPI calculator for Android developers and designers
DPI Calculator क्या है?
DPI Calculator https://www.sage42.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A DPI calculator for Android developers and designers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DPI Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |