Coinverter

Convert any crypto price to fiat on text selection

What is Coinverter?

Coinverter is a Chrome extension developed by https://getcoinverter.com, and its main feature is "Convert any crypto price to fiat on text selection".

Extension Screenshots

screenshot
screenshot

Download Coinverter Extension CRX File

Download Coinverter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight crypto price and get fiat value instantly!                    

Extension Basic Information

Name Coinverter Coinverter
ID mophlaegeodaededeidmibhafikjmidd
Official URL https://chromewebstore.google.com/detail/coinverter/mophlaegeodaededeidmibhafikjmidd
Description Convert any crypto price to fiat on text selection
File Size 179 KB
Installation Count 25
Current Version 0.3
Last Updated 2022-06-22
Publish Date 2022-05-13
Rating 5.00/5 Total 4 Ratings
Developer https://getcoinverter.com
Email [email protected]
Payment Type free
Extension Website https://getcoinverter.com
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/f93028b8-da31-4f0d-9aff-9a0f0c6028be
Supported Languages 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"
    }
}