Ethereum Classic Hoje
Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje
Vad är Ethereum Classic Hoje?
Ethereum Classic Hoje är en Chrome-tillägg utvecklad av https://dolarhoje.com, och dess huvudfunktion är "Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje".
Tilläggsskärmbilder
Ladda ner Ethereum Classic Hoje-förlängningens CRX-fil
Ladda ner Ethereum Classic Hoje-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. :)
Grundläggande Information om Tillägg
Namn | Ethereum Classic Hoje |
ID | emkijikhgigaoocojcfkcgkldfhokemo |
Officiell webbadress | https://chromewebstore.google.com/detail/ethereum-classic-hoje/emkijikhgigaoocojcfkcgkldfhokemo |
Beskrivning | Veja a cotação do Ethereum Classic através do DolarHoje.com/ethereum-classic-hoje |
Filstorlek | 7.88 KB |
Antal Installationer | 180 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2021-02-28 |
Publiceringsdatum | 2018-05-21 |
Utvecklare | https://dolarhoje.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://dolarhoje.com/ethereum-classic-hoje |
Stödda Språk | 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" ] } ] } |