Ethereum monitor
Everything about Ethereum in one extension
O que é Ethereum monitor?
Ethereum monitor é uma extensão do Chrome desenvolvida por Awork, e sua principal característica é "Everything about Ethereum in one extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethereum monitor
Baixe arquivos de extensão Ethereum monitor 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
Ethereum monitor it will help you to always know the cost of Ethereum coins in a currency convenient for you, as well as you can add the address of your wallet and ethereum monitor will show your balance in the currency you need. No viruses or hidden features. You can familiarize yourself with the source code here: https://github.com/Awork6072/ethereum-monitor
Informações Básicas da Extensão
Nome | Ethereum monitor |
ID | ainmgbleakflfgjjoolgmgfepddnpeln |
URL Oficial | https://chromewebstore.google.com/detail/ethereum-monitor/ainmgbleakflfgjjoolgmgfepddnpeln |
Descrição | Everything about Ethereum in one extension |
Tamanho do Arquivo | 1.51 MB |
Contagem de Instalações | 36 |
Versão Atual | 1.5 |
Última Atualização | 2020-07-16 |
Data de Publicação | 2020-07-11 |
Desenvolvedor | Awork |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Awork6072/ethereum-monitor |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "page": "popup\/background.html" }, "browser_action": { "default_popup": "popup\/popup.html" }, "description": "Everything about Ethereum in one extension", "icons": { "128": "static\/images\/icon128.png", "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "static\/js\/jquery-3.2.1.min.js", "static\/js\/ether.min.js" ], "run_at": "document_end" } ], "manifest_version": 2, "name": "Ethereum monitor", "options_page": "options\/options.html", "content_security_policy": "script-src 'self' https:\/\/myjoi.ru; object-src 'self'", "permissions": [ "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=ETH*", "https:\/\/api.ethplorer.io\/getAddressInfo\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/myjoi.ru\/*" ], "version": "1.5" } |