Fast Exchange Rate

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

什么是Fast Exchange Rate?

Fast Exchange Rate是由https://fastexrate.beling.pl开发的Chrome扩展程序,该扩展的主要功能是“Fast access to current exchange rates directy from your web browser.”。

扩展截图

screenshot
screenshot

下载Fast Exchange Rate扩展crx文件

下载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"
    ]
}