Ethereum Hoje

Veja a cotação do Ethereum através do DolarHoje.com/ethereum

Apa itu Ethereum Hoje?

Ethereum Hoje adalah ekstensi Chrome yang dikembangkan oleh https://dolarhoje.com, dan fitur utamanya adalah "Veja a cotação do Ethereum através do DolarHoje.com/ethereum".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethereum Hoje

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

                        A aplicação do DolarHoje.com/ethereum serve para calcular a cotação do ethereum em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)

É possível realizar a conversão do ethereum para o real através da barra de endereços: 
 - Digite ethereumhoje
 - Aperte TAB
 - Digite o valor em ethereum!                    

Informasi Dasar Ekstensi

Nama Ethereum Hoje Ethereum Hoje
ID kfkmakbpfgmgeiajohdbdddbeikdkhkm
URL Resmi https://chromewebstore.google.com/detail/ethereum-hoje/kfkmakbpfgmgeiajohdbdddbeikdkhkm
Deskripsi Veja a cotação do Ethereum através do DolarHoje.com/ethereum
Ukuran File 17.91 KB
Jumlah Instalasi 2,551
Versi Saat Ini 0.7
Terakhir Diperbarui 2022-06-17
Tanggal Publikasi 2018-05-21
Penilaian 4.67/5 Total 9 Penilaian
Pengembang https://dolarhoje.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dolarhoje.com/
Bahasa yang Didukung pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ethereum Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Ethereum atrav\u00e9s do DolarHoje.com\/ethereum",
    "version": "0.7",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Ethereum Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "ethereumhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/ethereum\/",
                "https:\/\/dolarhoje.com\/ethereum\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}