Nepal Foreign Currency Exchange Rate

Foreign Currency Exchange Rate - Nepal Rastra Bank.

Nepal Foreign Currency Exchange Rateคืออะไร?

Nepal Foreign Currency Exchange Rate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nepalese Developers และคุณลักษณะหลักของมันคือ "Foreign Currency Exchange Rate - Nepal Rastra Bank."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nepal Foreign Currency Exchange Rate

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
        ]
    }
}