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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.fxware.com, και η κύρια λειτουργία του είναι "Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FXware Currency Converter

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FXware Currency Converter FXware Currency Converter
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"
    ]
}