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是由Vivian Liu開發的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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mkgpdgkagelcghmbkfbfamonaekfgpla |
| 官方網址 | 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"
]
} | |