Exchange rate

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

Exchange rateคืออะไร?

Exchange rate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PBDm และคุณลักษณะหลักของมันคือ "Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exchange rate

ดาวน์โหลดไฟล์ส่วนขยาย Exchange rate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exchange rate Exchange rate
ID lmmnnpcekkcenffbdpkkpiplflkpnlpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exchange-rate/lmmnnpcekkcenffbdpkkpiplflkpnlpk
คำอธิบาย Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…
ขนาดไฟล์ 51.54 KB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 2016.1.2.0
อัปเดตครั้งล่าสุด 2016-01-01
วันที่เผยแพร่ 2016-01-01
คะแนน 3.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา PBDm
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}