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ファイルをダウンロード

NEM Blockchain DNS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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