Around Wallet
Near chain wallet provides users with a lighter experience
什么是Around Wallet?
Around Wallet是由aroundprotocol开发的Chrome扩展程序,该扩展的主要功能是“Near chain wallet provides users with a lighter experience”。
扩展截图
下载Around Wallet扩展crx文件
下载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": [ " |