Narwallets V3

NEAR protocol wallet

Что такое Narwallets V3?

Narwallets V3 - это расширение Chrome, разработанное Narwallets.com, и его основная функция - "NEAR protocol wallet".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Narwallets V3 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Narwallets is a chrome-extension wallet for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain.

Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. It uses a secure API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage.

* NEP-141 Token Support
* Integrated Liquid Staking via Metapool.app
* Lockup Accounts Support

Changelog
2022-4-2 Better auto-refresh of on-chain balances                    

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

Название Narwallets V3 Narwallets V3
ID ipbomjpcpbebobdnkoogngmknkohncjd
Официальный URL https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd
Описание NEAR protocol wallet
Размер файла 232 KB
Количество установок 1,476
Текущая Версия 3.0.10
Последнее Обновление 2022-04-02
Дата публикации 2021-09-07
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Narwallets.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.narwallets.com
URL страницы помощи https://github.com/Narwallets/narwallets-extension/issues
URL страницы политики конфиденциальности https://www.narwallets.com/privacy-policy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Narwallets V3",
    "description": "NEAR protocol wallet",
    "version": "3.0.10",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "icons": {
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    }
}