Minimal Currency Converter

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

Minimal Currency Converter란 무엇입니까?

Minimal Currency Converter은(는) https://outisnemo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multiple currency converter with real-time exchange rates and a minimalistic user interface."입니다.

확장 프로그램 스크린샷

screenshot

Minimal Currency Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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