Ethereum price
Displays the current Ethereum price.
Was ist Ethereum price?
Ethereum price ist eine Chrome-Erweiterung, die von ar2r entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current Ethereum price.".
Erweiterungsscreenshots
Ethereum price-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ethereum price-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
Simple ETH / Ethereum price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) BTC Bitcoin price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lfpfdkldcgcmdioidcldjcmlfacnkild |
Offizielle URL | https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild |
Beschreibung | Displays the current Ethereum price. |
Dateigröße | 64.2 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-01-17 |
Veröffentlichungsdatum | 2018-01-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ar2r |
Zahlungsart | free |
Erweiterungswebsite | http://allcoinindex.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current Ethereum price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Ethereum price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Ethereum Price", "version": "1.0" } |