Ethereum Classic Hoje
Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje
What is Ethereum Classic Hoje?
Ethereum Classic Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje".
Extension Screenshots
Download Ethereum Classic Hoje Extension CRX File
Download Ethereum Classic Hoje extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. :)
Extension Basic Information
Name | Ethereum Classic Hoje |
ID | emkijikhgigaoocojcfkcgkldfhokemo |
Official URL | https://chromewebstore.google.com/detail/ethereum-classic-hoje/emkijikhgigaoocojcfkcgkldfhokemo |
Description | Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje |
File Size | 7.88 KB |
Installation Count | 180 |
Current Version | 0.0.2 |
Last Updated | 2021-02-28 |
Publish Date | 2018-05-21 |
Developer | https://dolarhoje.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dolarhoje.com/ethereum-classic-hoje |
Supported Languages | 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" ] } ] } |