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文件

下載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
官方網址 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"
    }
}