Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Co je Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker je rozšíření Chrome vyvinuté Root Consulting, Inc, a jeho hlavní funkcí je „Displays the current Ethereum (ETH) price.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ethereum Price Ticker | ETH Price Ticker

Stáhněte si soubory rozšíření Ethereum Price Ticker | ETH Price Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
Oficiální URL https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Popis Displays the current Ethereum (ETH) price.
Velikost souboru 21.66 KB
Počet instalací 1,369
Aktuální Verze 3.0
Poslední Aktualizace 2022-08-21
Datum Vydání 2017-12-16
Hodnocení 4.24/5 Celkem 17 Hodnocení
Vývojář Root Consulting, Inc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}