Around Wallet
Near chain wallet provides users with a lighter experience
O que é Around Wallet?
Around Wallet é uma extensão do Chrome desenvolvida por aroundprotocol, e sua principal característica é "Near chain wallet provides users with a lighter experience".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Around Wallet
Baixe arquivos de extensão Around Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
URL Oficial | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Descrição | Near chain wallet provides users with a lighter experience |
Tamanho do Arquivo | 3.27 MB |
Contagem de Instalações | 73 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-04-26 |
Data de Publicação | 2022-04-26 |
Desenvolvedor | aroundprotocol |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://around.finance/ |
URL da Página de Política de Privacidade | https://around-protocol.gitbook.io/around/other/terms-of-use |
Idiomas Suportados | 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": [ " |