China's Bank Exchange Rate

A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.

China's Bank Exchange Rateคืออะไร?

China's Bank Exchange Rate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vivian Liu และคุณลักษณะหลักของมันคือ "A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย China's Bank Exchange Rate

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

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

                        A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.                    

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

ชื่อ China's Bank Exchange Rate China's Bank Exchange Rate
ID mkgpdgkagelcghmbkfbfamonaekfgpla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chinas-bank-exchange-rate/mkgpdgkagelcghmbkfbfamonaekfgpla
คำอธิบาย A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.
ขนาดไฟล์ 78.75 KB
จำนวนการติดตั้ง 233
เวอร์ชันปัจจุบัน 4.2.2
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2018-06-19
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Vivian Liu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "boc16.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "boc128.png",
        "48": "boc48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqZHL3Ic2M\/s4IS0NZzSkFqfCLscME8bVmKbCF74HEUaUnjikB48MGBmttZhIMHnUscX1eJE26XSlcbSC9QTWcs6lTv4m8Cb1QKw5tM6q8ZotTzogbLJlwFeQGc1ahnTzGvcujq4Bnx\/PLa+iOC7hVo5\/JEVDnGgcLAj7cEBXc9\/2mG4s5E+KyPqBx3Fw1hd3qjZcuxPN8qww\/ex2WifWBEtM1rdRBSGVpS8Fe54nS1svnwumAHSJmF3lMpwOefQd5PUDQWEcpnz0ptD9F\/6wtdObQ9uYSDnSxrViWp+ZazCai9DQxcrqe3ikFV+WfPBYePogJBq89rpKrotCPabxGQIDAQAB",
    "manifest_version": 2,
    "name": "China's Bank Exchange Rate",
    "options_page": "optionRouter.html",
    "permissions": [
        "tts",
        "storage",
        "notifications",
        "https:\/\/up.liuweinan.com\/\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.2",
    "web_accessible_resources": [
        "boc48.png"
    ]
}