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.」です。
拡張機能のスクリーンショット
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 |
ID | dndlkmnekcjedolncapefihfnlmopnah |
公式URL | 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 |
Eメール | [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" ] } } |