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
电子邮箱 [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"
    }
}