ENS Gateway: .Eth Domain Browser for Ethereum

Resolves .Eth Domains for the Ethereum Name Service

ENS Gateway: .Eth Domain Browser for Ethereumとは何ですか?

ENS Gateway: .Eth Domain Browser for Ethereumはhttp://ensgateway.comによって開発されたChromeの拡張機能で、その主な機能は「Resolves .Eth Domains for the Ethereum Name Service」です。

拡張機能のスクリーンショット

screenshot

ENS Gateway: .Eth Domain Browser for Ethereum拡張機能のCRXファイルをダウンロード

ENS Gateway: .Eth Domain Browser for Ethereum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ENS Gateway: .Eth Domain Browser for Ethereum ENS Gateway: .Eth Domain Browser for Ethereum
ID jkaiofboahfpipgijdgdmbdldlgcipgo
公式URL https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo
説明 Resolves .Eth Domains for the Ethereum Name Service
ファイルサイズ 3.12 MB
インストール数 720
現在のバージョン 0.1.3
最終更新日 2017-12-03
公開日 2017-12-03
評価 4.63/5 合計 8 レビュー
開発者 http://ensgateway.com
支払い方法 free
拡張機能のウェブサイト http://ensgateway.com
対応言語 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"
    }
}