Currency Converter

Our currency converter for Google Chrome is simple, fast and easy to use.

Currency Converter क्या है?

Currency Converter helpfulwebtech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Our currency converter for Google Chrome is simple, fast and easy to use."।

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

screenshot
screenshot

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

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

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

                        Our simple and powerful currency converter allows you to convert currency from almost anywhere in the world.                    

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

नाम Currency Converter Currency Converter
ID oefbbnongdanddobfaabmoggfljdpjlb
आधिकारिक URL https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb
विवरण Our currency converter for Google Chrome is simple, fast and easy to use.
फ़ाइल का आकार 199 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-12-29
प्रकाशन तिथि 2019-07-19
रेटिंग 4.85/5 कुल 55 रेटिंग्स
डेवलपर helpfulwebtech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "JLozano",
    "action": {
        "default_icon": {
            "19": "assets\/icons\/19.png",
            "38": "assets\/icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+W",
                "default": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "assets\/icons\/128.png",
        "19": "assets\/icons\/19.png",
        "32": "assets\/icons\/32.png",
        "38": "assets\/icons\/38.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.4"
}