ETH-USD Converter

Easy conversion from ETH to USD

What is ETH-USD Converter?

ETH-USD Converter is a Chrome extension developed by Alex Migala, and its main feature is "Easy conversion from ETH to USD".

Download ETH-USD Converter Extension CRX File

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

                        Converts ETH to USD                    

Extension Basic Information

Name ETH-USD Converter ETH-USD Converter
ID ilgjiageigfgopkefgmlicpcmpligeai
Official URL https://chromewebstore.google.com/detail/eth-usd-converter/ilgjiageigfgopkefgmlicpcmpligeai
Description Easy conversion from ETH to USD
File Size 31.42 KB
Installation Count 47
Current Version 1.0.0
Last Updated 2018-03-23
Publish Date 2018-03-23
Developer Alex Migala
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-USD Converter",
    "version": "1.0.0",
    "description": "Easy conversion from ETH to USD",
    "icons": {
        "16": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.coinmarketcap.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "USD-ETH Converter"
    }
}