FXware Currency Converter
Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.
Was ist FXware Currency Converter?
FXware Currency Converter ist eine Chrome-Erweiterung, die von http://www.fxware.com entwickelt wurde, und ihr Hauptmerkmal ist "Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.".
Erweiterungsscreenshots
FXware Currency Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie FXware Currency Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | glalfgdiboflimnfnikogndlnokmjgno |
Offizielle URL | https://chrome.google.com/webstore/detail/fxware-currency-converter/glalfgdiboflimnfnikogndlnokmjgno |
Beschreibung | Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news. |
Dateigröße | 58.49 KB |
Installationsanzahl | 189 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2013-11-02 |
Veröffentlichungsdatum | 2013-11-02 |
Bewertung | 2.50/5 Insgesamt 12 Bewertungen |
Entwickler | http://www.fxware.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.fxware.com |
Hilfeseite URL | http://www.fxware.com/contact.asp |
Unterstützte Sprachen | 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" ] } |