Sui Wallet

A wallet for Sui

Sui Wallet란 무엇입니까?

Sui Wallet은(는) Mysten Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A wallet for Sui"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sui Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Sui Wallet
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
이메일 [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": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "ui.html"
            ],
            "matches": [
                "https:\/\/*.banxa.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
    },
    "version_name": "24.2.27.0 (dc8bc5d)"
}