NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

什么是NEM Blockchain DNS?

NEM Blockchain DNS是由aenima开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically adds .NEM DNS blockchain browser support”。

扩展截图

screenshot
screenshot

下载NEM Blockchain DNS扩展crx文件

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

扩展使用说明

                        Resolves domains from the NEM blockchain name systems (DNS).

This extension allows you to easily visit websites at domain names from the NEM networks. There is no configuration - simply install the package and start browsing .nem domains.

You can search names like www.hello.nem , www.learn.nem or www.nanowallet.nem

The NEM DNS is build on the NEM blockchain platform and is opensource:

https://github.com/aenima86/NEM-DNS                    

扩展基本信息

名称 NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
官方URL https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
简介 This extension automatically adds .NEM DNS blockchain browser support
文件大小 658 KB
安装次数 2,000
当前版本 1.0
更新时间 2019-01-22
上架时间 2019-01-22
评分 5.00/5 共3次评分
开发者 aenima
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NEM Blockchain DNS",
    "description": "This extension automatically adds .NEM DNS blockchain browser support ",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NEM Blockchain DNS"
    },
    "background": {
        "scripts": [
            "background.js",
            "nem-sdk.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "alarms",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}