ENS Gateway: .Eth Domain Browser for Ethereum
Resolves .Eth Domains for the Ethereum Name Service
¿Qué es ENS Gateway: .Eth Domain Browser for Ethereum?
ENS Gateway: .Eth Domain Browser for Ethereum es una extensión de Chrome desarrollada por http://ensgateway.com, y su función principal es "Resolves .Eth Domains for the Ethereum Name Service".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ENS Gateway: .Eth Domain Browser for Ethereum
Descarga archivos de extensión ENS Gateway: .Eth Domain Browser for Ethereum 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
View Ethereum .Eth websites when you type them into your browser. ENS Gateway retrieves websites for the requested ENS domain and renders them for your viewing pleasure. ENS is the distributed cryptographic domain name system for Ethereum that uses the ".Eth" tld. Eth domains can resolve websites, or serve as easy to remember addresses for Ether wallets.
Información Básica de la Extensión
Nombre | |
ID | jkaiofboahfpipgijdgdmbdldlgcipgo |
URL Oficial | https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo |
Descripción | Resolves .Eth Domains for the Ethereum Name Service |
Tamaño del Archivo | 3.12 MB |
Cantidad de Instalaciones | 720 |
Versión Actual | 0.1.3 |
Última Actualización | 2017-12-03 |
Fecha de Publicación | 2017-12-03 |
Calificación | 4.63/5 Total de 8 Calificaciones |
Desarrollador | http://ensgateway.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://ensgateway.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ENS Gateway: .Eth Domain Browser for Ethereum", "short_name": "ENS Gateway", "version": "0.1.3", "manifest_version": 2, "description": "Resolves .Eth Domains for the Ethereum Name Service", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "idle", "proxy" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "ENS Gateway" } } |