Minimal Currency Converter

Multiple currency converter with real-time exchange rates and a minimalistic user interface.

Minimal Currency Converterคืออะไร?

Minimal Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://outisnemo.com และคุณลักษณะหลักของมันคือ "Multiple currency converter with real-time exchange rates and a minimalistic user interface."

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

screenshot

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

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

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

                        *** Easily convert currencies using exchange rates provided by the European Central Bank & Blockchain.info ***

Features:
- Minimalist design & intuitive interface
- No need to grant any permissions
- Supports 33 currencies & Bitcoin
- Open-Source project available in GitHub

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

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

ชื่อ Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
คำอธิบาย Multiple currency converter with real-time exchange rates and a minimalistic user interface.
ขนาดไฟล์ 19.6 KB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2021-04-26
วันที่เผยแพร่ 2020-05-15
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://outisnemo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/OutisNemo/minimal-currency-converter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Currency Converter",
    "version": "0.8",
    "description": "Multiple currency converter with real-time exchange rates and a minimalistic user interface.",
    "homepage_url": "https:\/\/github.com\/OutisNemo\/minimal-currency-converter",
    "minimum_chrome_version": "18",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Minimal Currency Converter",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    }
}