Currency converter

This extension is to convert your currency to other

什麼是Currency converter?

Currency converter是由Fasalu Rahman KM開發的Chrome擴展程式,該擴展的主要功能是“This extension is to convert your currency to other”。

擴展截圖

screenshot
screenshot
screenshot

下載Currency converter擴展crx文件

下載Currency converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension is to convert your currency to 160 other currency.
you will have the following options,
- Convert your currency to 160 other currency,
- ASK and BID of the selected currency
- Based on yahoo financial Exchange 
- Get all convert result
- An option to compare all currency and its BID and ASK amount                    

擴展基本資訊

名稱 Currency converter Currency converter
ID mfgmiiamglkhffmnehbmiekogaegehgk
官方網址 https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk
簡介 This extension is to convert your currency to other
檔案大小 89.98 KB
安裝次數 37
目前版本 1.0
更新時間 2014-03-10
上架時間 2014-03-10
評分 3.00/5 共 2 次評分
開發者 Fasalu Rahman KM
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency converter",
    "description": "This extension is to convert your currency to other",
    "version": "1.0",
    "permissions": [
        "https:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/code.angularjs.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ",
    "browser_action": {
        "default_icon": "equal16.png",
        "default_popup": "currencyConverter.html"
    },
    "icons": {
        "16": "equal16.png",
        "48": "equal48.png",
        "128": "equal.png"
    },
    "short_name": "convert currency"
}