NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

NEM Blockchain DNS là gì?

NEM Blockchain DNS là một tiện ích mở rộng Chrome được phát triển bởi aenima, và tính năng chính của nó là "This extension automatically adds .NEM DNS blockchain browser support".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NEM Blockchain DNS

Tải xuống các tệp mở rộng NEM Blockchain DNS 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

                        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                    

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

Tên NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
URL Chính Thức https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
Mô tả This extension automatically adds .NEM DNS blockchain browser support
Kích Thước Tệp 658 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-22
Ngày Phát Hành 2019-01-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển aenima
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}