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 |
官方網址 | 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" ] } |