Namebase
Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.
Co to jest Namebase?
Namebase to rozszerzenie Chrome opracowane przez HNS, a jego główną funkcją jest „Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Namebase
Pobierz pliki rozszerzeń Namebase w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pglehhnbhjhfddmbepbekkkegmcklige |
| Oficjalny URL | https://chromewebstore.google.com/detail/namebase/pglehhnbhjhfddmbepbekkkegmcklige |
| Opis | Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain. |
| Rozmiar pliku | 13.71 KB |
| Liczba instalacji | 40 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2020-09-26 |
| Data Publikacji | 2020-09-25 |
| Deweloper | HNS |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://namebase.eu |
| Adres URL Strony Pomocy | https://hns.to/learn.nb |
| Obsługiwane Języki | 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"
}
} | |