Unit Converter

Easy to use Unit Converter

Unit Converter क्या है?

Unit Converter dtuit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to use Unit Converter"।

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

screenshot
screenshot

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

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

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

                        •Unit converter will convert your units quick and simple.

•Choose your preferred category and units on the options page.

•Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage,
 
[NEW] Added categories
Energy, Power, Force, Electric Current.
[NEW]
Supports Fractional Inputs

More categories and units to come.

source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt                    

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

नाम Unit Converter Unit Converter
ID igjeajmonjofckmiheidpmebpmdbbiam
आधिकारिक URL https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam
विवरण Easy to use Unit Converter
फ़ाइल का आकार 63.2 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2015-11-30
प्रकाशन तिथि 2015-11-30
रेटिंग 4.23/5 कुल 70 रेटिंग्स
डेवलपर dtuit
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit Converter",
    "description": "Easy to use Unit Converter",
    "version": "0.0.0.5",
    "icons": {
        "16": "icons\/Units-icon24.png",
        "48": "icons\/Units-icon48.png",
        "128": "icons\/Units-icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/Units-icon48.png",
        "default_popup": "unitConverter.html"
    }
}