Around Wallet
Near chain wallet provides users with a lighter experience
Что такое Around Wallet?
Around Wallet - это расширение Chrome, разработанное aroundprotocol, и его основная функция - "Near chain wallet provides users with a lighter experience".
Снимки экрана расширения
Скачать файл CRX расширения Around Wallet
Скачайте файлы расширений Around Wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Around Wallet Around is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Near blockchain. In addition to sending and receiving funds, Around also allows you to securely connect and interact with decentralized applications (Dapps) on the Near blockchain and other chains.
Основная информация о расширении
Название | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Официальный URL | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Описание | Near chain wallet provides users with a lighter experience |
Размер файла | 3.27 MB |
Количество установок | 73 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-04-26 |
Дата публикации | 2022-04-26 |
Разработчик | aroundprotocol |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://around.finance/ |
URL страницы политики конфиденциальности | https://around-protocol.gitbook.io/around/other/terms-of-use |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Around Wallet", "homepage_url": "https:\/\/wallet.near.org\/", "description": "Near chain wallet provides users with a lighter experience", "default_locale": "en", "permissions": [ "storage", "alarms" ], "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js", "js\/inpage-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_title": "Around Wallet", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ { "resources": [ "js\/inpage-script.js" ], "matches": [ " |