Fast Exchange Rate

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

Что такое Fast Exchange Rate?

Fast Exchange Rate - это расширение Chrome, разработанное https://fastexrate.beling.pl, и его основная функция - "Fast access to current exchange rates directy from your web browser.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Fast Exchange Rate

Скачайте файлы расширений Fast Exchange Rate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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).                    

Основная информация о расширении

Название Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
Официальный URL https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Описание Fast access to current exchange rates directy from your web browser.
Размер файла 31.9 KB
Количество установок 330
Текущая Версия 13.1
Последнее Обновление 2013-06-18
Дата публикации 2013-06-18
Рейтинг 3.20/5 Всего 5 оценок
Разработчик https://fastexrate.beling.pl
Тип оплаты free
Официальный сайт расширения http://fastexrate.beling.pl
URL страницы помощи http://fastexchangerate.uservoice.com
Поддерживаемые языки 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"
    ]
}