NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

Wat is NEM Blockchain DNS?

NEM Blockchain DNS is een Chrome-extensie ontwikkeld door aenima, en de belangrijkste functie is "This extension automatically adds .NEM DNS blockchain browser support".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NEM Blockchain DNS

Download NEM Blockchain DNS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
Officiële URL https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
Beschrijving This extension automatically adds .NEM DNS blockchain browser support
Bestandsgrootte 658 KB
Aantal Installaties 2,000
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-22
Publicatiedatum 2019-01-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar aenima
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}