Currency Converter
The minimalistic currency converter
什麼是Currency Converter?
Currency Converter是由animhotep開發的Chrome擴展程式,該擴展的主要功能是“The minimalistic currency converter”。
擴展截圖
下載Currency Converter擴展crx文件
下載Currency Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The minimalistic on fly currency converter.
The rate of Privatbank.
v 4.2 Fix buy/ sale
v 4.0 Remove RUR
v 3.3 Bugfix
v 3.0 Added localization
v 2.2 Added input validation
v 2.0 Added choice of direction of exchange (buy/ sale) 擴展基本資訊
| 名稱 | |
| ID | hebihikfgadcjiepebjebpalfncmplcm |
| 官方網址 | https://chromewebstore.google.com/detail/currency-converter/hebihikfgadcjiepebjebpalfncmplcm |
| 簡介 | The minimalistic currency converter |
| 檔案大小 | 188 KB |
| 安裝次數 | 501 |
| 目前版本 | 4.5 |
| 更新時間 | 2024-02-28 |
| 上架時間 | 2018-02-10 |
| 評分 | 4.01/5 共 67 次評分 |
| 開發者 | animhotep |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://sendpulse.ua/legal/pp |
| 支援的語言 | de,en,fr,it,cs,el,ru,uk,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "4.5",
"icons": {
"64": "icon.png"
},
"permissions": [
"https:\/\/api.privatbank.ua\/"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |