Currency converter +
Convert to several currencies
什么是Currency converter +?
Currency converter +是由gil gol开发的Chrome扩展程序,该扩展的主要功能是“Convert to several currencies”。
扩展截图
下载Currency converter +扩展crx文件
下载Currency converter +扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
'Currency converter +' converts your default currency (Base currency) to several currencies by your choice from list of most used currencies. It get its updates, once a day every business day, by "European Central Bank". The state of the extension saved automatically and you can reset it back to default. In case that your credit card company add commission you can add it also in 'Currency converter +' Ver. 1.3.1 --------- Fix: - broken updating link. Ver. 1.3 --------- Add: - Add/Remove more currencies to convert. Ver. 1.24 --------- Add: - Background color. Few new background colors. - Now can enter values on other currencies. Enabled when commission unchecked. If you have any questions you can email me: [email protected] Source code: https://github.com/gilgol2016/Currency-converter Thanks, and may the extension will help you.
扩展基本信息
名称 | |
ID | ikcplinpbmdhfbbkjhcpbpiiakfmllih |
官方URL | https://chrome.google.com/webstore/detail/currency-converter-+/ikcplinpbmdhfbbkjhcpbpiiakfmllih |
简介 | Convert to several currencies |
文件大小 | 87.49 KB |
安装次数 | 65 |
当前版本 | 1.31 |
更新时间 | 2019-04-10 |
上架时间 | 2019-04-10 |
评分 | 4.00/5 共1次评分 |
开发者 | gil gol |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gilgol2016/Currency-converter |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter +", "description": "Convert to several currencies", "version": "1.31", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "scripts": [ { "js": [ "jquery-3.3.1.min.js", "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/currency_logo.png", "38": "images\/currency_logo.png" }, "default_title": "Currency converter +", "default_popup": "popup.html" }, "icons": { "16": "images\/currency_logo16.png", "48": "images\/currency_logo48.png", "64": "images\/currency_logo64.png", "128": "images\/currency_logo.png" } } |