Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
Wat is Ethereum Price Ticker | ETH Price Ticker?
Ethereum Price Ticker | ETH Price Ticker is een Chrome-extensie ontwikkeld door Root Consulting, Inc, en de belangrijkste functie is "Displays the current Ethereum (ETH) price.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethereum Price Ticker | ETH Price Ticker
Download Ethereum Price Ticker | ETH Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension fetches the current price for Ethereum from poloniex.com. It allows you to view the price USD - United States Dollars Basisinformatie over de Extensie
| Naam | |
| ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| Officiële URL | https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| Beschrijving | Displays the current Ethereum (ETH) price. |
| Bestandsgrootte | 21.66 KB |
| Aantal Installaties | 1,369 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2022-08-21 |
| Publicatiedatum | 2017-12-16 |
| Beoordeling | 4.24/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | Root Consulting, Inc |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ethereum Price Ticker | ETH Price Ticker",
"description": "Displays the current Ethereum (ETH) price.",
"version": "3.0",
"icons": {
"16": "logo\/logo-16.png",
"48": "logo\/logo-48.png",
"128": "logo\/logo-128.png"
},
"action": {
"default_title": "ETH Price Ticker",
"default_icon": "icon.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/poloniex.com\/*"
],
"background": {
"service_worker": "service-worker.js"
}
} | |