Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

What is Fast Exchange Rate?

Fast Exchange Rate is a Chrome extension developed by https://fastexrate.beling.pl, and its main feature is "Fast access to current exchange rates directy from your web browser.".

Extension Screenshots

screenshot
screenshot

Download Fast Exchange Rate Extension CRX File

Download Fast Exchange Rate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is Chrome version of Fast Exchange Rate application. Provides fast access to currect exchange rates. One click on a button shows newest exchange rates table.

Connects only with our server to download data. Works offline after first run (shows last downloaded data before updating).                    

Extension Basic Information

Name Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
Official URL https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Description Fast access to current exchange rates directy from your web browser.
File Size 31.9 KB
Installation Count 330
Current Version 13.1
Last Updated 2013-06-18
Publish Date 2013-06-18
Rating 3.20/5 Total 5 Ratings
Developer https://fastexrate.beling.pl
Payment Type free
Extension Website http://fastexrate.beling.pl
Help Page URL http://fastexchangerate.uservoice.com
Supported Languages en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "13.1",
    "permissions": [
        "http:\/\/fastexrate.beling.pl\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "pl",
    "web_accessible_resources": [
        "style.css"
    ]
}