Namebase
Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.
什麼是Namebase?
Namebase是由HNS開發的Chrome擴展程式,該擴展的主要功能是“Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.”。
擴展截圖
下載Namebase擴展crx文件
下載Namebase擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain. Own your own TLD extension that is fully decentralized on the blockchain. 擴展基本資訊
| 名稱 | |
| ID | pglehhnbhjhfddmbepbekkkegmcklige |
| 官方網址 | https://chromewebstore.google.com/detail/namebase/pglehhnbhjhfddmbepbekkkegmcklige |
| 簡介 | Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain. |
| 檔案大小 | 13.71 KB |
| 安裝次數 | 40 |
| 目前版本 | 0.2 |
| 更新時間 | 2020-09-26 |
| 上架時間 | 2020-09-25 |
| 開發者 | HNS |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://namebase.eu |
| 說明頁面URL | https://hns.to/learn.nb |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Namebase",
"manifest_version": 2,
"short_name": "Namebase",
"description": "Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.",
"version": "0.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "12x12.png"
},
"icons": {
"128": "128x128.png"
}
} | |