Wave Wallet

Wave Wallet built for Sui

Wave Walletとは何ですか?

Wave Walletはwavesuiwalletによって開発されたChromeの拡張機能で、その主な機能は「Wave Wallet built for Sui」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            }
        }
    }
}