Glass wallet | Sui wallet

Browser wallet for Sui blockchain

Glass wallet | Sui walletとは何ですか?

Glass wallet | Sui walletはhttps://glasswallet.appによって開発されたChromeの拡張機能で、その主な機能は「Browser wallet for Sui blockchain」です。

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

screenshot
screenshot
screenshot

Glass wallet | Sui wallet拡張機能のCRXファイルをダウンロード

Glass wallet | Sui wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Glass Wallet is a non-custodial wallet that allows you to control your coins, keys, and NFT securely. Glass Wallet also brings secure access to DApp on the Sui blockchain like DeFi, NFT, Gaming, and others.                    

拡張機能の基本情報

名前 Glass wallet | Sui wallet Glass wallet | Sui wallet
ID loinekcabhlmhjjbocijdoimmejangoa
公式URL https://chromewebstore.google.com/detail/glass-wallet-sui-wallet/loinekcabhlmhjjbocijdoimmejangoa
説明 Browser wallet for Sui blockchain
ファイルサイズ 468 KB
インストール数 10,000
現在のバージョン 0.5.3
最終更新日 2023-05-03
公開日 2022-11-09
評価 4.98/5 合計 6800 レビュー
開発者 https://glasswallet.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://glasswallet.app
ヘルプページのURL https://discord.com/invite/rnu8BUUekZ
プライバシーポリシーページのURL https://docs.glasswallet.app/privacy-and-security/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Glass wallet | Sui wallet",
    "description": "Browser wallet for Sui blockchain",
    "version": "0.5.3",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-54578081.55773746.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "welcome.html",
                "script\/dapp-interface.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-54578081.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ]
}