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