NEM Blockchain DNS

This extension automatically adds .NEM DNS blockchain browser support

O que é NEM Blockchain DNS?

NEM Blockchain DNS é uma extensão do Chrome desenvolvida por aenima, e sua principal característica é "This extension automatically adds .NEM DNS blockchain browser support".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NEM Blockchain DNS

Baixe arquivos de extensão NEM Blockchain DNS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NEM Blockchain DNS NEM Blockchain DNS
ID cecfgjcaojocahnokodcboipkhdcefip
URL Oficial https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip
Descrição This extension automatically adds .NEM DNS blockchain browser support
Tamanho do Arquivo 658 KB
Contagem de Instalações 2,000
Versão Atual 1.0
Última Atualização 2019-01-22
Data de Publicação 2019-01-22
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor aenima
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}