Exchange rate

Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…

What is Exchange rate?

Exchange rate is a Chrome extension developed by PBDm, and its main feature is "Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Exchange rate Extension CRX File

Download Exchange rate 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

                        Show currency exchange rate,refresh ever 10 min.
now support CNY USD EUR..etc..
-------------------------------------------------
Afficher le Taux de change, rafraîchir chaque 10 min.
supporter CNY USD EUR .. etc ..
-----------------------------------------------
显示即时汇率,每10分钟自动刷新一次
支持 人民币 欧元 美元 等所有货币之间相互转换。
-------------------------------------------------------------
:)

V2013.3.7.1修正不能选择EUR-CNY以外的汇率错误
------------------------------------------------
Correct issue that always EUR-CNY

V2014.8.19.0 更换汇率API
------------------------------------
Change API for exchange rage

v2016.1.2.0 更换汇率API(http://fixer.io/)
I------------------------------------
Change API for exchange rage(http://fixer.io/)                    

Extension Basic Information

Name Exchange rate Exchange rate
ID lmmnnpcekkcenffbdpkkpiplflkpnlpk
Official URL https://chromewebstore.google.com/detail/exchange-rate/lmmnnpcekkcenffbdpkkpiplflkpnlpk
Description Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…
File Size 51.54 KB
Installation Count 185
Current Version 2016.1.2.0
Last Updated 2016-01-01
Publish Date 2016-01-01
Rating 3.55/5 Total 11 Ratings
Developer PBDm
Payment Type free
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Exchange rate",
    "version": "2016.1.2.0",
    "permissions": [
        "http:\/\/api.fixer.io\/"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.jpg"
    },
    "background": {
        "page": "background.html"
    }
}