Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Qu'est-ce que Ethereum Price Ticker | ETH Price Ticker ?

Ethereum Price Ticker | ETH Price Ticker est une extension Chrome développée par Root Consulting, Inc, et sa fonction principale est "Displays the current Ethereum (ETH) price.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ethereum Price Ticker | ETH Price Ticker

Téléchargez les fichiers d'extension Ethereum Price Ticker | ETH Price Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL Officiel https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Description Displays the current Ethereum (ETH) price.
Taille du Fichier 21.66 KB
Nombre d'Installations 1,369
Version Actuelle 3.0
Dernière Mise à Jour 2022-08-21
Date de Publication 2017-12-16
Évaluation 4.24/5 Total 17 Évaluations
Développeur Root Consulting, Inc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}