Glow - Solana Wallet BETA

A fast, easy to use Solana wallet

Glow - Solana Wallet BETAとは何ですか?

Glow - Solana Wallet BETAはhttps://glow.appによって開発されたChromeの拡張機能で、その主な機能は「A fast, easy to use Solana wallet」です。

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

screenshot
screenshot
screenshot

Glow - Solana Wallet BETA拡張機能のCRXファイルをダウンロード

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