ETH Converter Pro
Track ETH value in real time and instantly convert in dollars or euro
Was ist ETH Converter Pro?
ETH Converter Pro ist eine Chrome-Erweiterung, die von Eth Pro entwickelt wurde, und ihr Hauptmerkmal ist "Track ETH value in real time and instantly convert in dollars or euro".
Erweiterungsscreenshots
ETH Converter Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie ETH Converter Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ehdanfhjclpbkedbfhomigmlgcphkhej |
| Offizielle URL | https://chromewebstore.google.com/detail/eth-converter-pro/ehdanfhjclpbkedbfhomigmlgcphkhej |
| Beschreibung | Track ETH value in real time and instantly convert in dollars or euro |
| Dateigröße | 271 KB |
| Installationsanzahl | 267 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2021-10-30 |
| Veröffentlichungsdatum | 2021-10-30 |
| Entwickler | Eth Pro |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
} | |