Exchange Rate Monitor

Watch the exchange rate on the go.

Exchange Rate Monitorคืออะไร?

Exchange Rate Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xiaoming Tu และคุณลักษณะหลักของมันคือ "Watch the exchange rate on the go."

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

screenshot

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

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

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

                        Watch the exchange rate between selected currencies while you are surfing on the internet. It supports 22 currencies now!

The rate will be updated automatically every 10 minutes. Have fun!

Recent changes:
15/12/2023: (v1.7.6)
- Show 5 characters in badge
08/04/2023: (v1.7.5)
- Fix that a constant rate is shown
07/04/2023: (v1.7.4)
- Use backup service to query for the rate
03/04/2023: (v1.7.3)
- Fix the trend image
02/02/2022: (v.1.7.2)
- Fix issue that rates cannot be changed
01/02/2022: (v1.7.1)
- Turn on maintenance mode.
29/11/2021: (v1.7)
- Replace donation button with QR code.
- Show last checked time.
- Update style.
28/11/2021: (v1.6)
- Fix donation button.
- Synchronize currency setting between machines.
19/09/2020: (v1.5) Fix that the rate is not shown on the badge.
16/07/2015: (v1.4) Added Bitcoin support.
30/11/2013: Fix that exchange rate is not available sometimes.                    

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

ชื่อ Exchange Rate Monitor Exchange Rate Monitor
ID jaabkgiocholjdfmhminnbeebkcklbpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exchange-rate-monitor/jaabkgiocholjdfmhminnbeebkcklbpe
คำอธิบาย Watch the exchange rate on the go.
ขนาดไฟล์ 68.36 KB
จำนวนการติดตั้ง 1,635
เวอร์ชันปัจจุบัน 1.7.6
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2015-07-16
คะแนน 3.58/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Xiaoming Tu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exchange Rate Monitor",
    "version": "1.7.6",
    "manifest_version": 2,
    "description": "Watch the exchange rate on the go.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.xiaomingtu.com\/",
        "https:\/\/www.google.com\/",
        "storage"
    ]
}