Unit Converter

Easily convert length, area, volume and other units

Unit Converter क्या है?

Unit Converter https://quickrr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily convert length, area, volume and other units"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unit Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple & quick unit converter. 
Easily convert length, temperature, area, volume, weight and speed between units of measurement.


Chrome productivity extensions by http://quickrr.com                    

एक्सटेंशन की मूल जानकारी

नाम Unit Converter Unit Converter
ID ngiiaodmkjellommopgjfedfleidaagp
आधिकारिक URL https://chromewebstore.google.com/detail/unit-converter/ngiiaodmkjellommopgjfedfleidaagp
विवरण Easily convert length, area, volume and other units
फ़ाइल का आकार 95.99 KB
स्थापना संख्या 3,161
वर्तमान संस्करण 2.0
अंतिम अपडेट 2015-03-25
प्रकाशन तिथि 2015-03-25
रेटिंग 3.74/5 कुल 35 रेटिंग्स
डेवलपर https://quickrr.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://quickrr.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "Unit Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": " Easily convert length, area, volume and other units",
    "browser_action": {
        "default_icon": "uc_19.png",
        "default_popup": "popup.htm",
        "default_title": "Unit Converter"
    },
    "icons": {
        "128": "uc_128.png",
        "48": "uc_48.png",
        "16": "uc_16.png"
    }
}