Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Vad är Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker är en Chrome-tillägg utvecklad av Root Consulting, Inc, och dess huvudfunktion är "Displays the current Ethereum (ETH) price.".

Tilläggsskärmbilder

screenshot

Ladda ner Ethereum Price Ticker | ETH Price Ticker-förlängningens CRX-fil

Ladda ner Ethereum Price Ticker | ETH Price Ticker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
Officiell webbadress https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Beskrivning Displays the current Ethereum (ETH) price.
Filstorlek 21.66 KB
Antal Installationer 1,369
Aktuell Version 3.0
Senast Uppdaterad 2022-08-21
Publiceringsdatum 2017-12-16
Betyg 4.24/5 Totalt 17 Betyg
Utvecklare Root Consulting, Inc
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}