Glow - Solana Wallet BETA

A fast, easy to use Solana wallet

Glow - Solana Wallet BETAคืออะไร?

Glow - Solana Wallet BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glow.app และคุณลักษณะหลักของมันคือ "A fast, easy to use Solana wallet"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glow - Solana Wallet BETA

ดาวน์โหลดไฟล์ส่วนขยาย Glow - Solana Wallet BETA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Glow is the best way to get started with crypto on Solana. Solana is a super fast blockchain which resolves transactions in seconds without gas fees.

Glow gives you full control of your crypto. Unlike an exchange like Coinbase, you hold your secret keys. That means you have full control at your fingertips.

The Glow Browser Extension works by injecting a handler on webpages that allows you to interact with the website to sign in and approve transactions. You can buy NFTs, swap coins, play games, and try new experiences in the Solana ecosystem. 

We request permission to read and write to any webpage so that we can inject this handler on any webpage that wants to support Glow. But we take security seriously and do not store private user information on our servers or sell any data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Glow - Solana Wallet BETA Glow - Solana Wallet BETA
ID ojbcfhjmpigfobfclfflafhblgemeidi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glow-solana-wallet-beta/ojbcfhjmpigfobfclfflafhblgemeidi
คำอธิบาย A fast, easy to use Solana wallet
ขนาดไฟล์ 3.4 MB
จำนวนการติดตั้ง 29,320
เวอร์ชันปัจจุบัน 0.60.0
อัปเดตครั้งล่าสุด 2023-08-26
วันที่เผยแพร่ 2022-04-14
คะแนน 4.08/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://glow.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://glow.app
URL หน้าช่วยเหลือ https://glow.app/support
URL หน้านโยบายความเป็นส่วนตัว https://glow.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.60.0",
    "description": "A fast, easy to use Solana wallet",
    "name": "Glow - Solana Wallet BETA",
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webNavigation"
    ],
    "icons": {
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "realms\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "realms\/background.js"
    },
    "action": {
        "default_icon": "icon-256.png",
        "default_title": "Glow - Solana Wallet",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "realms\/inpage.js"
            ]
        }
    ]
}