Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Apa itu Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker adalah ekstensi Chrome yang dikembangkan oleh Root Consulting, Inc, dan fitur utamanya adalah "Displays the current Ethereum (ETH) price.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ethereum Price Ticker | ETH Price Ticker

Unduh file ekstensi Ethereum Price Ticker | ETH Price Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL Resmi https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Deskripsi Displays the current Ethereum (ETH) price.
Ukuran File 21.66 KB
Jumlah Instalasi 1,369
Versi Saat Ini 3.0
Terakhir Diperbarui 2022-08-21
Tanggal Publikasi 2017-12-16
Penilaian 4.24/5 Total 17 Penilaian
Pengembang Root Consulting, Inc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}