Ethereum monitor
Everything about Ethereum in one extension
¿Qué es Ethereum monitor?
Ethereum monitor es una extensión de Chrome desarrollada por Awork, y su función principal es "Everything about Ethereum in one extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ethereum monitor
Descarga archivos de extensión Ethereum monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Ethereum monitor |
ID | ainmgbleakflfgjjoolgmgfepddnpeln |
URL Oficial | https://chromewebstore.google.com/detail/ethereum-monitor/ainmgbleakflfgjjoolgmgfepddnpeln |
Descripción | Everything about Ethereum in one extension |
Tamaño del Archivo | 1.51 MB |
Cantidad de Instalaciones | 36 |
Versión Actual | 1.5 |
Última Actualización | 2020-07-16 |
Fecha de Publicación | 2020-07-11 |
Desarrollador | Awork |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Awork6072/ethereum-monitor |
Idiomas Soportados | 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" } |