Simple currency converter

Currency rate calculator

Simple currency converterとは何ですか?

Simple currency converterはMaxPaxによって開発されたChromeの拡張機能で、その主な機能は「Currency rate calculator」です。

拡張機能のスクリーンショット

screenshot
screenshot

Simple currency converter拡張機能のCRXファイルをダウンロード

Simple currency converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported.
Unused currencies can be hidden.                    

拡張機能の基本情報

名前 Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
公式URL https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
説明 Currency rate calculator
ファイルサイズ 125 KB
インストール数 7,083
現在のバージョン 2.3
最終更新日 2023-10-24
公開日 2020-06-10
評価 4.00/5 合計 50 レビュー
開発者 MaxPax
Eメール [email protected]
支払い方法 free
対応言語 en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.iliz.net\/*"
    ],
    "icons": {
        "19": "icon48.png",
        "24": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}