Coinverter

Convert any crypto price to fiat on text selection

什么是Coinverter?

Coinverter是由https://getcoinverter.com开发的Chrome扩展程序,该扩展的主要功能是“Convert any crypto price to fiat on text selection”。

扩展截图

screenshot
screenshot

下载Coinverter扩展crx文件

下载Coinverter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight crypto price and get fiat value instantly!                    

扩展基本信息

名称 Coinverter Coinverter
ID mophlaegeodaededeidmibhafikjmidd
官方URL https://chromewebstore.google.com/detail/coinverter/mophlaegeodaededeidmibhafikjmidd
简介 Convert any crypto price to fiat on text selection
文件大小 179 KB
安装次数 25
当前版本 0.3
更新时间 2022-06-22
上架时间 2022-05-13
评分 5.00/5 共4次评分
开发者 https://getcoinverter.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getcoinverter.com
隐私政策页面URL https://www.freeprivacypolicy.com/live/f93028b8-da31-4f0d-9aff-9a0f0c6028be
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coinverter",
    "description": "Convert any crypto price to fiat on text selection",
    "version": "0.3",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "\/images\/coinverter_16.png",
            "32": "\/images\/coinverter_32.png",
            "48": "\/images\/coinverter_48.png",
            "128": "\/images\/coinverter_128.png"
        }
    },
    "icons": {
        "16": "\/images\/coinverter_16.png",
        "32": "\/images\/coinverter_32.png",
        "48": "\/images\/coinverter_48.png",
        "128": "\/images\/coinverter_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "js": [
                "lib\/popper.min.js",
                "lib\/tippy-bundle.umd.min.js",
                "lib\/bignumber.min.js",
                "src\/content\/mapSymbolToId.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    }
}