Currency converter

This extension is to convert your currency to other

Currency converter क्या है?

Currency converter Fasalu Rahman KM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to convert your currency to other"।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension is to convert your currency to 160 other currency.
you will have the following options,
- Convert your currency to 160 other currency,
- ASK and BID of the selected currency
- Based on yahoo financial Exchange 
- Get all convert result
- An option to compare all currency and its BID and ASK amount                    

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

नाम Currency converter Currency converter
ID mfgmiiamglkhffmnehbmiekogaegehgk
आधिकारिक URL https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk
विवरण This extension is to convert your currency to other
फ़ाइल का आकार 89.98 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-03-10
प्रकाशन तिथि 2014-03-10
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Fasalu Rahman KM
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency converter",
    "description": "This extension is to convert your currency to other",
    "version": "1.0",
    "permissions": [
        "https:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/code.angularjs.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ",
    "browser_action": {
        "default_icon": "equal16.png",
        "default_popup": "currencyConverter.html"
    },
    "icons": {
        "16": "equal16.png",
        "48": "equal48.png",
        "128": "equal.png"
    },
    "short_name": "convert currency"
}