Ethereum price
Displays the current Ethereum price.
O que é Ethereum price?
Ethereum price é uma extensão do Chrome desenvolvida por ar2r, e sua principal característica é "Displays the current Ethereum price.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethereum price
Baixe arquivos de extensão Ethereum price no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lfpfdkldcgcmdioidcldjcmlfacnkild |
URL Oficial | https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild |
Descrição | Displays the current Ethereum price. |
Tamanho do Arquivo | 64.2 KB |
Contagem de Instalações | 69 |
Versão Atual | 1.0 |
Última Atualização | 2018-01-17 |
Data de Publicação | 2018-01-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ar2r |
Tipo de Pagamento | free |
Site da Extensão | http://allcoinindex.com/ |
Idiomas Suportados | 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" } |