Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Co to jest Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker to rozszerzenie Chrome opracowane przez Root Consulting, Inc, a jego główną funkcją jest „Displays the current Ethereum (ETH) price.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ethereum Price Ticker | ETH Price Ticker

Pobierz pliki rozszerzeń Ethereum Price Ticker | ETH Price Ticker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
Oficjalny URL https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Opis Displays the current Ethereum (ETH) price.
Rozmiar pliku 21.66 KB
Liczba instalacji 1,369
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2022-08-21
Data Publikacji 2017-12-16
Ocena 4.24/5 Łącznie 17 Oceny
Deweloper Root Consulting, Inc
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}