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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}