NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

Cos'è NEM Blockchain DNS?

NEM Blockchain DNS è un'estensione di Chrome sviluppata da aenima, e la sua funzione principale è "This extension automatically adds .NEM DNS blockchain browser support".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NEM Blockchain DNS

Scarica i file di estensione NEM Blockchain DNS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
URL Ufficiale https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
Descrizione This extension automatically adds .NEM DNS blockchain browser support
Dimensione del File 658 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-22
Data di Pubblicazione 2019-01-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore aenima
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}