Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

Context Currency Converter Mod क्या है?

Context Currency Converter Mod dabinn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency."।

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

screenshot

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

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

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

                        Please try the original Context Currency Converter at first.
https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf                    

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

नाम Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
आधिकारिक URL https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
विवरण A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
फ़ाइल का आकार 169 KB
स्थापना संख्या 447
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-06-15
प्रकाशन तिथि 2018-06-15
रेटिंग 4.93/5 कुल 15 रेटिंग्स
डेवलपर dabinn
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "author": "[email protected]",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Currency Converter Mod"
    },
    "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Context Currency Converter Mod",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}