Quick Currency Converter

Currencies based on current average exchange rates of foreign currencies.

Quick Currency Converter क्या है?

Quick Currency Converter Nibito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Currencies based on current average exchange rates of foreign currencies."।

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

screenshot
screenshot

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

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

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

                        Simple in use extension which allows to convert values of one currency to another. In addition it displays, in quick preview field, six user defined currencies. It has a lot of options that you can adjust to your needs.

By selecting any number on the page it will be copied to the extension. If you also select a text that represents a currency (name, symbol or currency code) it will select the proper value on the list as well.

Extension supports a lot of worldwide used currencies.

Now, the add-on also allows you to perform simple mathematical operations in the field of the entered value, i.e. add, subtract, multiply and divide. The result of the operation is converted into individual currencies on an ongoing basis. The '=' button or enter button replaces individual operations with their result.                    

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

नाम Quick Currency Converter Quick Currency Converter
ID plafofbfimemhohanaicpbebdlnpbjab
आधिकारिक URL https://chromewebstore.google.com/detail/quick-currency-converter/plafofbfimemhohanaicpbebdlnpbjab
विवरण Currencies based on current average exchange rates of foreign currencies.
फ़ाइल का आकार 65.27 KB
स्थापना संख्या 172
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2023-10-08
प्रकाशन तिथि 2019-03-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nibito
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nibito.com/?ref=g_quick_currency_converter
गोपनीयता नीति पृष्ठ URL https://nibito.com/privacy-policy?ref=chrome-store
समर्थित भाषाएँ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "18": "resources\/icons\/icon_18.png",
        "19": "resources\/icons\/icon_19.png",
        "32": "resources\/icons\/icon_32.png",
        "48": "resources\/icons\/icon_48.png",
        "64": "resources\/icons\/icon_64.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "18": "resources\/icons\/icon_18.png",
            "19": "resources\/icons\/icon_19.png",
            "32": "resources\/icons\/icon_32.png",
            "48": "resources\/icons\/icon_48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "browser_style": true,
        "chrome_style": true
    },
    "permissions": [
        "https:\/\/floatrates.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}