ENS Gateway: .Eth Domain Browser for Ethereum

Resolves .Eth Domains for the Ethereum Name Service

Co to jest ENS Gateway: .Eth Domain Browser for Ethereum?

ENS Gateway: .Eth Domain Browser for Ethereum to rozszerzenie Chrome opracowane przez http://ensgateway.com, a jego główną funkcją jest „Resolves .Eth Domains for the Ethereum Name Service”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ENS Gateway: .Eth Domain Browser for Ethereum

Pobierz pliki rozszerzeń ENS Gateway: .Eth Domain Browser for Ethereum w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ENS Gateway: .Eth Domain Browser for Ethereum ENS Gateway: .Eth Domain Browser for Ethereum
ID jkaiofboahfpipgijdgdmbdldlgcipgo
Oficjalny URL https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo
Opis Resolves .Eth Domains for the Ethereum Name Service
Rozmiar pliku 3.12 MB
Liczba instalacji 720
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2017-12-03
Data Publikacji 2017-12-03
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper http://ensgateway.com
Typ Płatności free
Strona Rozszerzenia http://ensgateway.com
Obsługiwane Języki 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"
    }
}