ENS Gateway: .Eth Domain Browser for Ethereum
Resolves .Eth Domains for the Ethereum Name Service
Was ist ENS Gateway: .Eth Domain Browser for Ethereum?
ENS Gateway: .Eth Domain Browser for Ethereum ist eine Chrome-Erweiterung, die von http://ensgateway.com entwickelt wurde, und ihr Hauptmerkmal ist "Resolves .Eth Domains for the Ethereum Name Service".
Erweiterungsscreenshots
ENS Gateway: .Eth Domain Browser for Ethereum-Erweiterungs-CRX-Datei herunterladen
Laden Sie ENS Gateway: .Eth Domain Browser for Ethereum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jkaiofboahfpipgijdgdmbdldlgcipgo |
Offizielle URL | https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo |
Beschreibung | Resolves .Eth Domains for the Ethereum Name Service |
Dateigröße | 3.12 MB |
Installationsanzahl | 720 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2017-12-03 |
Veröffentlichungsdatum | 2017-12-03 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | http://ensgateway.com |
Zahlungsart | free |
Erweiterungswebsite | http://ensgateway.com |
Unterstützte Sprachen | 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" } } |