Sui Wallet
A wallet for Sui
什麼是Sui Wallet?
Sui Wallet是由Mysten Labs開發的Chrome擴展程式,該擴展的主要功能是“A wallet for Sui”。
擴展截圖
下載Sui Wallet擴展crx文件
下載Sui Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sui Wallet Discover the power of Sui with the open-source Sui Wallet, easily interact with dApps and manage your assets on the Sui ecosystem. Key Features: • ZkLogin: Easily create a self-custody wallet with just your SSO, including Google and Twitch. • Seamless dApp Connectivity: Connect with dApps and approve transactions securely with transparent permissions. • Mnemonic & Key Management: Create and or import accounts with mnemonic phrases and derived private keys. • Asset Management: View, transfer, and organize your assets within the Sui network. • Activity Tracking: Monitor recent activities in your Sui Wallet and dive deeper with direct links to the Sui Explorer. • Powerful Integrations: Enhance security with Ledger hardware, Qredo wallet and more. Learn More: Dive into the Sui Wallet documentation (https://docs.mystenlabs.com/wallet) for comprehensive details and support.
擴展基本資訊
名稱 | Sui Wallet |
ID | opcgpfmipidbgpenhmajoajpbobppdil |
官方網址 | https://chromewebstore.google.com/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil |
簡介 | A wallet for Sui |
檔案大小 | 7.19 MB |
安裝次數 | 965,929 |
目前版本 | 24.2.27.0 (dc8bc5d) |
更新時間 | 2024-02-27 |
上架時間 | 2022-07-14 |
評分 | 4.94/5 共 5393 次評分 |
開發者 | Mysten Labs |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sui.io/ |
說明頁面URL | https://discord.com/invite/BK6WFhud |
隱私政策頁面URL | https://mystenlabs.com/legal?content=privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sui Wallet", "description": "A wallet for Sui", "version": "24.2.27.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "alarms", "unlimitedStorage", "identity" ], "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\/sui-icon-16.png", "32": "manifest\/icons\/sui-icon-32.png", "48": "manifest\/icons\/sui-icon-48.png", "128": "manifest\/icons\/sui-icon-128.png" }, "content_scripts": [ { "matches": [ " |