Around Wallet
Near chain wallet provides users with a lighter experience
Qu'est-ce que Around Wallet ?
Around Wallet est une extension Chrome développée par aroundprotocol, et sa fonction principale est "Near chain wallet provides users with a lighter experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Around Wallet
Téléchargez les fichiers d'extension Around Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
URL Officiel | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Description | Near chain wallet provides users with a lighter experience |
Taille du Fichier | 3.27 MB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-04-26 |
Date de Publication | 2022-04-26 |
Développeur | aroundprotocol |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://around.finance/ |
URL de la Page de Politique de Confidentialité | https://around-protocol.gitbook.io/around/other/terms-of-use |
Langues Prises en Charge | 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": [ " |