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. 拡張機能の基本情報
| 名前 | |
| ID | opcgpfmipidbgpenhmajoajpbobppdil |
| 公式URL | 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 |
| Eメール | [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": [
" | |