Namebase

Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.

Что такое Namebase?

Namebase - это расширение Chrome, разработанное HNS, и его основная функция - "Namebase is a top-level domain (TLD) name registrar that operates on the Handshake blockchain.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Namebase

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Namebase Namebase
ID pglehhnbhjhfddmbepbekkkegmcklige
Официальный URL 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"
    }
}