Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

¿Qué es Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker es una extensión de Chrome desarrollada por Root Consulting, Inc, y su función principal es "Displays the current Ethereum (ETH) price.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ethereum Price Ticker | ETH Price Ticker

Descarga archivos de extensión Ethereum Price Ticker | ETH Price Ticker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension fetches the current price for Ethereum from poloniex.com.  It allows you to view the price USD - United States Dollars                    

Información Básica de la Extensión

Nombre Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL Oficial https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Descripción Displays the current Ethereum (ETH) price.
Tamaño del Archivo 21.66 KB
Cantidad de Instalaciones 1,369
Versión Actual 3.0
Última Actualización 2022-08-21
Fecha de Publicación 2017-12-16
Calificación 4.24/5 Total de 17 Calificaciones
Desarrollador Root Consulting, Inc
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}