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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | cecfgjcaojocahnokodcboipkhdcefip |
官方網址 | 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", " |