Ethereum Classic Hoje

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

Wat is Ethereum Classic Hoje?

Ethereum Classic Hoje is een Chrome-extensie ontwikkeld door https://dolarhoje.com, en de belangrijkste functie is "Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ethereum Classic Hoje

Download Ethereum Classic Hoje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ethereum Classic Hoje Ethereum Classic Hoje
ID emkijikhgigaoocojcfkcgkldfhokemo
Officiële URL https://chromewebstore.google.com/detail/ethereum-classic-hoje/emkijikhgigaoocojcfkcgkldfhokemo
Beschrijving Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje
Bestandsgrootte 7.88 KB
Aantal Installaties 180
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-02-28
Publicatiedatum 2018-05-21
Ontwikkelaar https://dolarhoje.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dolarhoje.com/ethereum-classic-hoje
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ethereum Classic Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Ethereum Classic atrav\u00e9s do DolarHoje.com\/ethereum-classic-hoje",
    "version": "0.0.2",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Ethereum Classic Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "ethereumclassichoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/ethereum-classic-hoje\/",
                "https:\/\/dolarhoje.com\/ethereum-classic-hoje\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}