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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}