Device Px Calculator
A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.
Device Px Calculator क्या है?
Device Px Calculator Aaron Chu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Device Px Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you are developing your web apps, you may run into situations where you need to find out the display information of a certain device. Using the Device Px Calculator, you can pull up the marketing specs of a device, plug in the numbers and find out the display information you need.
एक्सटेंशन की मूल जानकारी
नाम | Device Px Calculator |
ID | ohepjlikehhcmfmankkckkcbbegljijb |
आधिकारिक URL | https://chromewebstore.google.com/detail/device-px-calculator/ohepjlikehhcmfmankkckkcbbegljijb |
विवरण | A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions. |
फ़ाइल का आकार | 55.71 KB |
स्थापना संख्या | 224 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-01-15 |
प्रकाशन तिथि | 2014-01-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Aaron Chu |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Device Px Calculator", "description": "A calculator that lets you find out ppi, diagonal screen size, and to convert device into CSS dimensions.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "RWD Display Calculator" }, "icons": { "128": "icon-lg.png" } } |