NBP Currency Converter

Currencies based on Polish National Bank current average exchange rates of foreign currencies.

NBP Currency Converterคืออะไร?

NBP Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nibito และคุณลักษณะหลักของมันคือ "Currencies based on Polish National Bank current average exchange rates of foreign currencies."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBP Currency Converter

ดาวน์โหลดไฟล์ส่วนขยาย NBP Currency Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to convert values of one currency to another, using the data based on average exchange rates of foreign currencies in Polish Zloty, given by the Polish National Bank.
Additionally, it allows for a quick preview of six arbitrary, user-defined currencies (by default, PLN, EUR, USD, GBP, CZK, CHF).

You can mark the amount on the web page and the data will be instantly transferred to the NBP Currency. If you mark the name, symbol or currency code as well (or just the name, symbol or currency code) a proper option will be chosen as well.

Supported currencies: AUD, BGN, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HRK, HUF, IDR, ILS, INR, ISK, JPY, KRW, MXN, MYR , NOK, NZD, PHP, PLN, RON, RUB, SEK, SGD, THB, TRY, UAH, USD, XDR, ZAR.

Now, the add-on also allows you to perform simple mathematical operations in the field of the entered value, i.e. add, subtract, multiply and divide. The result of the operation is converted into individual currencies on an ongoing basis. The '=' button or enter button replaces individual operations with their result.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NBP Currency Converter NBP Currency Converter
ID jlfpcbnfepmpfnabkejdocfhdfjipbfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nbp-currency-converter/jlfpcbnfepmpfnabkejdocfhdfjipbfh
คำอธิบาย Currencies based on Polish National Bank current average exchange rates of foreign currencies.
ขนาดไฟล์ 65.92 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2019-03-25
ผู้พัฒนา Nibito
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nibito.com/?ref=kursy_walut_nbp
URL หน้านโยบายความเป็นส่วนตัว https://nibito.com/privacy-policy?ref=chrome-store
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "pl",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "18": "resources\/icons\/icon_18.png",
        "19": "resources\/icons\/icon_19.png",
        "32": "resources\/icons\/icon_32.png",
        "48": "resources\/icons\/icon_48.png",
        "64": "resources\/icons\/icon_64.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "18": "resources\/icons\/icon_18.png",
            "19": "resources\/icons\/icon_19.png",
            "32": "resources\/icons\/icon_32.png",
            "48": "resources\/icons\/icon_48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "browser_style": true,
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/www.nbp.pl\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}