FXware Currency Converter
Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.
什么是FXware Currency Converter?
FXware Currency Converter是由http://www.fxware.com开发的Chrome扩展程序,该扩展的主要功能是“Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.”。
扩展截图
下载FXware Currency Converter扩展crx文件
下载FXware Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you used this Currency Converter on iGoogle, you will love it as a Chrome Extension. This is the FXware Currency Converter, the most popular currency tool on iGoogle with over 180 currencies and commodities. You can perform foreign exchange rate calculations using up-to-the-minute currency rates with historical charts, latest finance and forex news, and momentum rankings. Get in-window results with the ability to preset your most used TO and FROM currencies. - Over 180 currencies and commodities to choose from - Rates updated every other minute - Preset your most used TO and FROM currencies - Preset the decimal separator based on your locale - Ability to invert exchange rates - Access to latest forex news and charts - See most popular currencies, daily top percent gainers and losers
扩展基本信息
名称 | |
ID | glalfgdiboflimnfnikogndlnokmjgno |
官方URL | https://chrome.google.com/webstore/detail/fxware-currency-converter/glalfgdiboflimnfnikogndlnokmjgno |
简介 | Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news. |
文件大小 | 58.49 KB |
安装次数 | 189 |
当前版本 | 1.0.0 |
更新时间 | 2013-11-02 |
上架时间 | 2013-11-02 |
评分 | 2.50/5 共12次评分 |
开发者 | http://www.fxware.com |
付费类型 | free |
扩展官网 | http://www.fxware.com |
帮助页面URL | http://www.fxware.com/contact.asp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FXware Currency Converter", "short_name": "Currency Converter", "version": "1.0.0", "description": "Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon_16.png" }, "options_page": "options.html", "web_accessible_resources": [ "popup.html" ], "permissions": [ "unlimitedStorage", "notifications" ] } |