Ether Sneak Peek
Instantly see the balance of an Ethereum address mentioned on any web page.
¿Qué es Ether Sneak Peek?
Ether Sneak Peek es una extensión de Chrome desarrollada por https://www.squobble.com, y su función principal es "Instantly see the balance of an Ethereum address mentioned on any web page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ether Sneak Peek
Descarga archivos de extensión Ether Sneak Peek 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
This extension adds a small icon to the right of each Ethereum address on every web site. Clicking it shows you the current balance of the address. Data is pulled from etherscan.io (or from etherchain.org, if etherscan.io is down). Source code: https://github.com/steven2358/EtherSneakPeek Orange juice fund: 0x4757c6439D859986BFd3FCd82Bb9921e8B9Ddf13
Información Básica de la Extensión
Nombre | Ether Sneak Peek |
ID | achbehnmipmphllfekbgjjdmhehbgoce |
URL Oficial | https://chromewebstore.google.com/detail/ether-sneak-peek/achbehnmipmphllfekbgjjdmhehbgoce |
Descripción | Instantly see the balance of an Ethereum address mentioned on any web page. |
Tamaño del Archivo | 15.23 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 0.4 |
Última Actualización | 2017-07-25 |
Fecha de Publicación | 2017-07-25 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.squobble.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ether Sneak Peek", "version": "0.4", "description": "Instantly see the balance of an Ethereum address mentioned on any web page.", "permissions": [ "https:\/\/etherscan.io\/", "https:\/\/etherchain.org\/" ], "web_accessible_resources": [ "i\/ethersneakpeek_logo32.png" ], "icons": { "128": "i\/ethersneakpeek_logo128.png", "48": "i\/ethersneakpeek_logo48.png" }, "content_scripts": [ { "matches": [ " |