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
官方網址 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"
    ]
}