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)
扩展基本信息
名称 | Currency Converter |
ID | hebihikfgadcjiepebjebpalfncmplcm |
官方URL | 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" } } |