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
Eメール [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"
    }
}