Glass wallet | Sui wallet

Browser wallet for Sui blockchain

Glass wallet | Sui walletคืออะไร?

Glass wallet | Sui wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glasswallet.app และคุณลักษณะหลักของมันคือ "Browser wallet for Sui blockchain"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glass wallet | Sui wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}