ENS Gateway: .Eth Domain Browser for Ethereum

Resolves .Eth Domains for the Ethereum Name Service

ENS Gateway: .Eth Domain Browser for Ethereum là gì?

ENS Gateway: .Eth Domain Browser for Ethereum là một tiện ích mở rộng Chrome được phát triển bởi http://ensgateway.com, và tính năng chính của nó là "Resolves .Eth Domains for the Ethereum Name Service".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ENS Gateway: .Eth Domain Browser for Ethereum

Tải xuống các tệp mở rộng ENS Gateway: .Eth Domain Browser for Ethereum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ENS Gateway: .Eth Domain Browser for Ethereum ENS Gateway: .Eth Domain Browser for Ethereum
ID jkaiofboahfpipgijdgdmbdldlgcipgo
URL Chính Thức https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo
Mô tả Resolves .Eth Domains for the Ethereum Name Service
Kích Thước Tệp 3.12 MB
Số Lần Cài Đặt 720
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2017-12-03
Ngày Phát Hành 2017-12-03
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://ensgateway.com
Loại Thanh Toán free
Trang Web Mở Rộng http://ensgateway.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}