Wave Wallet
Wave Wallet built for Sui
什么是Wave Wallet?
Wave Wallet是由wavesuiwallet开发的Chrome扩展程序,该扩展的主要功能是“Wave Wallet built for Sui”。
扩展截图
下载Wave Wallet扩展crx文件
下载Wave Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wave is the most consumer-friendly and secure browser-based cryptocurrency wallet on the Sui by Mysten Labs blockchain. Sui is a fast blockchain capable of resolving transactions in seconds with super low gas fees. Wave enables you to manage Defi tokens and NFTs. Unlike an exchange such as Coinbase, Wave runs locally on your computer so you and no one else have full control of your secret keys. Functions: - Create multiple wallets - Interact with many different types of coins - Deposit and transfer coins and NFTs Security: - No private user information is ever stored on Wave servers and we do not sell data. Developers: - Please visit our website for detailed docs on how to integrate with our wallet Support: - Please visit our website or twitter for fast support
扩展基本信息
名称 | Wave Wallet |
ID | jallplgmgfjfgfhplcnbcpjbpijmgdnc |
官方URL | https://chromewebstore.google.com/detail/wave-wallet/jallplgmgfjfgfhplcnbcpjbpijmgdnc |
简介 | Wave Wallet built for Sui |
文件大小 | 1.51 MB |
安装次数 | 290 |
当前版本 | 0.0.0.2 |
更新时间 | 2022-11-08 |
上架时间 | 2022-11-07 |
评分 | 5.00/5 共1次评分 |
开发者 | wavesuiwallet |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wave Wallet", "description": "Wave Wallet built for Sui", "version": "0.0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "ui.html?type=popup" }, "host_permissions": [ "http:\/\/127.0.0.1:5001\/", "https:\/\/fullnode.devnet.sui.io\/", "https:\/\/fullnode.staging.sui.io\/" ], "icons": { "16": "manifest\/icons\/wave-icon-16.png", "32": "manifest\/icons\/wave-icon-32.png", "48": "manifest\/icons\/wave-icon-48.png", "128": "manifest\/icons\/wave-icon-128.png" }, "content_scripts": [ { "matches": [ " |