Nepal Foreign Currency Exchange Rate

Foreign Currency Exchange Rate - Nepal Rastra Bank.

什麼是Nepal Foreign Currency Exchange Rate?

Nepal Foreign Currency Exchange Rate是由Nepalese Developers開發的Chrome擴展程式,該擴展的主要功能是“Foreign Currency Exchange Rate - Nepal Rastra Bank.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Nepal Foreign Currency Exchange Rate擴展crx文件

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

擴展使用說明

                        Simple and light weight Currency Converter plugin to see the actual exchange rate offered by Nepal Rastra Bank between Nepalese currency and major international currencies.

In addition to giving the most current exchange rate, this extension also shows the exchange rate trends in graph. You can choose your currency to convert from and also the period of time, which can be 7 days, 15 days, 30 days, 60 days, 3 months, 6 months and 1 year! These are the major international currencies supported by Nepal Rastra Bank.

U.S. dollar (USD)
European euro (EUR)
UK pound sterling (GBP)
Swiss franc (CHF)
Australian dollar (AUD)
Canadian dollar (CAD)
Singapore dollar (SGD)
Japanese yen (JPY)
Chinese Renminbi (Yuan) (CNY)
Saudi Arabian Riyal (SAR)
Qatari Riyal (QAR)
Thai Baht (THB)
UAE Dirham (AED)
Malaysian Ringgit (MYR)
South Korean Won (KPW)

***********************
Updates in 1.2.0 - Changes to support JSON API of NRB, display full country name with currency.

Updates in 1.1.1 - Changes pertaining to SSL in NRB websites

Updates in 1.1.0 - Product name modification, bug fixes, refractoring, loading sign, data caching for optimization, changes in data format from NRB.
***********************                    

擴展基本資訊

名稱 Nepal Foreign Currency Exchange Rate Nepal Foreign Currency Exchange Rate
ID dndlkmnekcjedolncapefihfnlmopnah
官方網址 https://chromewebstore.google.com/detail/nepal-foreign-currency-ex/dndlkmnekcjedolncapefihfnlmopnah
簡介 Foreign Currency Exchange Rate - Nepal Rastra Bank.
檔案大小 108 KB
安裝次數 58
目前版本 1.2.0
更新時間 2020-09-15
上架時間 2016-11-17
評分 4.67/5 共 3 次評分
開發者 Nepalese Developers
電子郵箱 [email protected]
付費類型 free
擴展官網 http://nepalesedevelopers.com/
說明頁面URL http://nepalesedevelopers.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nepal Foreign Currency Exchange Rate",
    "short_name": "Forex - NRB",
    "description": "Foreign Currency Exchange Rate - Nepal Rastra Bank.",
    "version": "1.2.0",
    "permissions": [
        "notifications",
        "https:\/\/www.nrb.org.np\/api\/*\/"
    ],
    "icons": {
        "128": "img\/icon_large.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "JS\/app\/background.js"
        ]
    }
}