NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

Apa itu NEM Blockchain DNS?

NEM Blockchain DNS adalah ekstensi Chrome yang dikembangkan oleh aenima, dan fitur utamanya adalah "This extension automatically adds .NEM DNS blockchain browser support".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NEM Blockchain DNS

Unduh file ekstensi NEM Blockchain DNS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
URL Resmi https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
Deskripsi This extension automatically adds .NEM DNS blockchain browser support
Ukuran File 658 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-01-22
Tanggal Publikasi 2019-01-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang aenima
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}