Currency Converter

Currency Converter

什么是Currency Converter?

Currency Converter是由Easy Unit Converter开发的Chrome扩展程序,该扩展的主要功能是“Currency Converter”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Currency Converter扩展crx文件

下载Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Currency converter or currency exchange rates for google chrome extension 
Easy to compare Foreign exchange rate.

Currency Converter provides today's live and historical currency exchange rates for free. All currency conversion rates are the average of various bank exchange rates.
The data of the Foreign exchange rate are industry-standard from leading market data contributors. Our rates have been trusted so widely used by small and big businesses around the world.


Why use this currency converter?

Use this for free, calculate and Compare  Foreign currencies and exchange rates in real time, you can use it in travel planning and many other senecio, like  trade the forex market, stock exchange, and even with binary options to convert currencies from one to another Foreign

Exchange rates fluctuate constantly over the time as currencies are actively traded.  The Price up and down, similar to other assets such as gold or stocks. The market  share price of a currency – how many U.S. dollars it takes to buy a Australian dollar for example – is different than the rate you will receive from the bank during  exchange currency. 



Currency converters usually display a value that is not biased towards buying or selling. This is useful when estimating the value of goods or services, basic accounting and invoicing and preparing financial plans and reports.

This converter uses the exchange rate API:
All currency conversion rates are the average of various bank exchange rates. The reference rates are usually updated every working day, except on TARGET closing days. They are based on a regular daily concertation procedure between central banks across Europe, 


Available World Currencies:

- US Dollar
- Euro
- Japanese Yen
- Pound Sterling
- Australian Dollar
- Canadian Dollar
- Swiss Franc
- Chinese Yuan
- Swedish Krona
- N. Zealand Dollar
- Mexican peso
- Singapore Dollar
- Hong Kong Dollar
- Norwegian Krone
- South Korean Won
- Turkish Lira
- Russian Ruble
- Indian Rupee
- Brazilian Real
- South African Rand
- Philippine Peso
- Czech Koruna
- Indonesian Rupiah
- Malaysian Ringgit
- Hungarian Forint
- Icelandic krona
- Croatian Kuna
- Bulgarian Lev
- Romanian Leu
- Danish Krone
- Thai Baht
- Polish Zloty
- Israeli Shekel
- UAE Dirham
- Argentine Peso
- Bahamian Dollar
- Chilean Peso
- Colombian Peso
- Dominican Peso
- Egyptian Pound
- Fiji Dollar
- Guatemalan Quetzal
- Kazakhstani Tenge
- Panamanian Balboa
- Peruvian Sol
- Pakistani Rupee
- Paraguayan Guarani
- Saudi Riyal
- New Taiwan Dollar
- Ukrainian Hryvnia
- Uruguayan Peso
- Vietnamese Dong

Important features:

✓ Insert the amount then select the ISO currency symbols or country names to convert the foreign currency.
✓ Open in a popup in Google Chrome.
✓ It's completely free.
✓ No ads.
✓ Simple design inspired by material design.
✓ Does not require special permissions.
✓ Converts all the currencies at once.
✓ Aplicable reference rates are of previous day.
✓ We support 160+ world currencies.                    

扩展基本信息

名称 Currency Converter Currency Converter
ID nnianpohaekfhjbpgnfnkkbikeopeogn
官方URL https://chrome.google.com/webstore/detail/currency-converter/nnianpohaekfhjbpgnfnkkbikeopeogn
简介 Currency Converter
文件大小 382 KB
安装次数 110
当前版本 1.0
更新时间 2020-03-07
上架时间 2020-03-07
评分 5.00/5 共2次评分
开发者 Easy Unit Converter
电子邮箱 [email protected]
付费类型 free
扩展官网 https://unitconverter.net/currency-converter
隐私政策页面URL https://easyunitconverter.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currency Converter",
    "short_name": "Currency Converter",
    "description": "Currency Converter",
    "version": "1.0",
    "author": "Ravi Roshan",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "Currency Converter: All type for currency conversions"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Currency Converter"
        }
    }
}