Currency Converter Widget - Exchange Rates

Currency conversion extension for Google Chrome and Edge browser that is based on the Chromium open-source project.

What is Currency Converter Widget - Exchange Rates?

Currency Converter Widget - Exchange Rates is a Chrome extension developed by https://currency.wiki, and its main feature is "Currency conversion extension for Google Chrome and Edge browser that is based on the Chromium open-source project.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Currency Converter Widget - Exchange Rates Extension CRX File

Download Currency Converter Widget - Exchange Rates 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

                        Overview of Currency Converter Extension for Chrome and Edge browser!

Are you finding trouble converting currency on the go when browsing through tabs and going on with your work? Do you need an efficient and fast currency converter tool that allows you to switch between different currencies on the fly?

Currency Converter Widget is the solution to your problems. It is a currency conversion tool that allows you to compute and convert units of one currency to another while working on your current tab. It is a comprehensive extension loaded with lots of useful features that make it your one stop shop for all currency conversion needs. It is constantly updated, meaning that all the real time currency changes are incorporated. This makes it accurate and reliable for those seeking a sure tool to give them real currency values on the go.

The tool allows you to convert currencies up to six decimal places. It also lets you pick from a choice of four monetary format options depending on what suits you. The conversion is in real-time, and you get the results in your new currency on the go as you type. The tool is full of a plethora of global currencies, and you can pick them on the drop-down menu available. The available currencies are listed, and you can always change the order on the list depending on which currencies you frequently convert to avoid instances of having to find them every time.

Key Features of the Tool

•	Highly Customizable

This currency converter is highly customizable, allowing you to pick your preferred choice of currencies that you would want to switch between. When you click on the Multi-currency converter icon, it will direct you to the USD and EUR as these are the set defaults. You can customize these currencies by clicking on the plus button below or the drag button to insert and remove any other currency that you might be interested in. The tool will autosave any changes you put, and whenever you open your browser, it will restore them to your previous ones.

•	Simple Interface

The tool has an easy to use interface that allows you to switch between currencies on the fly. All you need to do is to select the currencies you want to convert and then type in the numbers in the box. You can switch between currencies using the switch button, and the results are generated as you type. This way, you do not have to type and then click on a convert button and wait for it to compute.

•	Multilingual Availability

The app supports over 40 languages. Do not worry about the part of the world you come from and whether you can comprehend the language that comes by default. You can switch through the languages to enhance your experience and make it easy for you to change currencies.

If you are looking for a reliable currency converter tool, do not look elsewhere as Currency Converter has got you covered. It is an extension that lets you switch currencies quickly and efficiently.

Icons by icon king and MD Badsha Meah from www.freeicons.io

Disclaimer: Exchange rates provided by this extension are for informational purposes only. Please verify currency rates with your Forex broker or financial representative before making international money transfers and transactions.                    

Extension Basic Information

Name Currency Converter Widget - Exchange Rates Currency Converter Widget - Exchange Rates
ID bnpalipgomknhgbmgelaplknnmckljaf
Official URL https://chromewebstore.google.com/detail/currency-converter-widget/bnpalipgomknhgbmgelaplknnmckljaf
Description Currency conversion extension for Google Chrome and Edge browser that is based on the Chromium open-source project.
File Size 2.19 MB
Installation Count 43,582
Current Version 1.7
Last Updated 2021-07-08
Publish Date 2020-07-04
Rating 4.75/5 Total 805 Ratings
Developer https://currency.wiki
Email [email protected]
Payment Type free
Extension Website https://www.currency.wiki/
Help Page URL https://groups.google.com/forum/#!forum/currencywiki
Privacy Policy Page URL https://docs.google.com/document/d/1X3aKFqZjykpGnkiWBtdrtAeV9rp0tguT6U56f47QKJg/edit?usp=sharing
Supported Languages id,de,en-GB,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.currency.wiki\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+C",
                "default": "Alt+C",
                "linux": "Alt+C",
                "mac": "Alt+C",
                "windows": "Alt+C"
            }
        }
    },
    "offline_enabled": true
}