Currency Converter

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

What is Currency Converter?

Currency Converter is a Chrome extension developed by helpfulwebtech, and its main feature is "Our currency converter for Google Chrome is simple, fast and easy to use.".

Extension Screenshots

screenshot
screenshot

Download Currency Converter Extension CRX File

Download Currency Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Currency Converter Currency Converter
ID oefbbnongdanddobfaabmoggfljdpjlb
Official URL https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb
Description Our currency converter for Google Chrome is simple, fast and easy to use.
File Size 199 KB
Installation Count 44
Current Version 1.4
Last Updated 2022-12-29
Publish Date 2019-07-19
Rating 4.85/5 Total 55 Ratings
Developer helpfulwebtech
Email [email protected]
Payment Type free
Supported Languages 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"
}