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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 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"
    ]
}