ENS Gateway: .Eth Domain Browser for Ethereum
Resolves .Eth Domains for the Ethereum Name Service
O que é ENS Gateway: .Eth Domain Browser for Ethereum?
ENS Gateway: .Eth Domain Browser for Ethereum é uma extensão do Chrome desenvolvida por http://ensgateway.com, e sua principal característica é "Resolves .Eth Domains for the Ethereum Name Service".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ENS Gateway: .Eth Domain Browser for Ethereum
Baixe arquivos de extensão ENS Gateway: .Eth Domain Browser for Ethereum 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
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.
Informações Básicas da Extensão
Nome | |
ID | jkaiofboahfpipgijdgdmbdldlgcipgo |
URL Oficial | https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo |
Descrição | Resolves .Eth Domains for the Ethereum Name Service |
Tamanho do Arquivo | 3.12 MB |
Contagem de Instalações | 720 |
Versão Atual | 0.1.3 |
Última Atualização | 2017-12-03 |
Data de Publicação | 2017-12-03 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | http://ensgateway.com |
Tipo de Pagamento | free |
Site da Extensão | http://ensgateway.com |
Idiomas Suportados | 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" } } |