Minimal Currency Converter

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

Minimal Currency Converter là gì?

Minimal Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi https://outisnemo.com, và tính năng chính của nó là "Multiple currency converter with real-time exchange rates and a minimalistic user interface.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Currency Converter

Tải xuống các tệp mở rộng Minimal Currency Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *** 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimal Currency Converter Minimal Currency Converter
ID meekoegodidgjomlhheckddffabnajpa
URL Chính Thức https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa
Mô tả Multiple currency converter with real-time exchange rates and a minimalistic user interface.
Kích Thước Tệp 19.6 KB
Số Lần Cài Đặt 435
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2020-05-15
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://outisnemo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/OutisNemo/minimal-currency-converter
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}