Around Wallet
Near chain wallet provides users with a lighter experience
Hvad er Around Wallet?
Around Wallet er en Chrome-udvidelse udviklet af aroundprotocol, og dens hovedfunktion er "Near chain wallet provides users with a lighter experience".
Udvidelsesskærmbilleder
Download Around Wallet-udvidelses-CRX-fil
Download Around Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Officiel URL | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Beskrivelse | Near chain wallet provides users with a lighter experience |
Filstørrelse | 3.27 MB |
Antal Installationer | 73 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2022-04-26 |
Udgivelsesdato | 2022-04-26 |
Udvikler | aroundprotocol |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://around.finance/ |
URL til Fortrolighedspolitik Side | https://around-protocol.gitbook.io/around/other/terms-of-use |
Understøttede Sprog | 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": [ " |