Wave Wallet

Wave Wallet built for Sui

Wave Wallet란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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 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": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+W"
            }
        }
    }
}