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
官方網址 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"
    }
}