ETH Converter Pro

Track ETH value in real time and instantly convert in dollars or euro

What is ETH Converter Pro?

ETH Converter Pro is a Chrome extension developed by Eth Pro, and its main feature is "Track ETH value in real time and instantly convert in dollars or euro".

Extension Screenshots

screenshot

Download ETH Converter Pro Extension CRX File

Download ETH Converter Pro 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

                        ETH Converter Pro is a simple chrome extension which allows you to instantly see the equivalent in US Dollars or Euro for a specified Ether count. You can also track in realtime the ethereum current price, and last 24h variation. Data is retrieved using Coingecko's V3 api.                    

Extension Basic Information

Name ETH Converter Pro ETH Converter Pro
ID ehdanfhjclpbkedbfhomigmlgcphkhej
Official URL https://chromewebstore.google.com/detail/eth-converter-pro/ehdanfhjclpbkedbfhomigmlgcphkhej
Description Track ETH value in real time and instantly convert in dollars or euro
File Size 271 KB
Installation Count 267
Current Version 0.1.0
Last Updated 2021-10-30
Publish Date 2021-10-30
Developer Eth Pro
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ETH Converter Pro",
    "version": "0.1.0",
    "description": "Track ETH value in real time and instantly convert in dollars or euro",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "24": "images\/logo.png",
            "32": "images\/logo.png"
        }
    }
}