Ethereum price

Displays the current Ethereum price.

Apa itu Ethereum price?

Ethereum price adalah ekstensi Chrome yang dikembangkan oleh ar2r, dan fitur utamanya adalah "Displays the current Ethereum price.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethereum price

Unduh file ekstensi Ethereum price 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

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

Informasi Dasar Ekstensi

Nama Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
URL Resmi https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Deskripsi Displays the current Ethereum price.
Ukuran File 64.2 KB
Jumlah Instalasi 69
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-01-17
Tanggal Publikasi 2018-01-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ar2r
Tipe Pembayaran free
Situs Ekstensi http://allcoinindex.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}