Around Wallet
Near chain wallet provides users with a lighter experience
Cos'è Around Wallet?
Around Wallet è un'estensione di Chrome sviluppata da aroundprotocol, e la sua funzione principale è "Near chain wallet provides users with a lighter experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Around Wallet
Scarica i file di estensione Around Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
URL Ufficiale | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Descrizione | Near chain wallet provides users with a lighter experience |
Dimensione del File | 3.27 MB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-04-26 |
Data di Pubblicazione | 2022-04-26 |
Sviluppatore | aroundprotocol |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://around.finance/ |
URL della Pagina della Politica sulla Privacy | https://around-protocol.gitbook.io/around/other/terms-of-use |
Lingue Supportate | 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": [ " |