EOSDNS

Enables the resolving of .eos domains.

什么是EOSDNS?

EOSDNS是由http://bloks.io开发的Chrome扩展程序,该扩展的主要功能是“Enables the resolving of .eos domains.”。

扩展截图

screenshot

下载EOSDNS扩展crx文件

下载EOSDNS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        EOSDNS resolves .eos from blockchain name systems. This is the gateway to a decentralized DNS system.

Every EOS user can access their domain in 3 different ways:
1) ACCOUNT.eos  (e.g. eoscafeblock.eos)
2) eos://ACCOUNT   (e.g. eos://eoscafeblock)
3) Type in eos, then press tab and type in account name (chrome omnibox)

Your DNS settings are retrieved directly from the EOS blockchain, creating a decentralized browsing experience. 

Visit https://eosdns.io to learn more!                    

扩展基本信息

名称 EOSDNS EOSDNS
ID bapgppgkkohoiadofnmhphkjclmmmiac
官方URL https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac
简介 Enables the resolving of .eos domains.
文件大小 53.8 KB
安装次数 258
当前版本 0.0.3
更新时间 2019-07-07
上架时间 2019-07-07
评分 5.00/5 共2次评分
开发者 http://bloks.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://bloks.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EOSDNS",
    "version": "0.0.3",
    "description": "Enables the resolving of .eos domains.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background\/config.js",
            "background\/helpers.js",
            "background\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup\/popup.html"
    },
    "omnibox": {
        "keyword": "eos"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "storage",
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/eosdns.io\/"
}