FXware Currency Converter

Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.

FXware Currency Converter là gì?

FXware Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi http://www.fxware.com, và tính năng chính của nó là "Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FXware Currency Converter

Tải xuống các tệp mở rộng FXware Currency Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FXware Currency Converter FXware Currency Converter
ID glalfgdiboflimnfnikogndlnokmjgno
URL Chính Thức https://chrome.google.com/webstore/detail/fxware-currency-converter/glalfgdiboflimnfnikogndlnokmjgno
Mô tả Perform foreign exchange rate calculations with real-time currency rates, historical charts, and latest forex & finance news.
Kích Thước Tệp 58.49 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-11-02
Ngày Phát Hành 2013-11-02
Đánh Giá 2.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://www.fxware.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fxware.com
URL Trang Trợ Giúp http://www.fxware.com/contact.asp
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}