Glow - Solana Wallet BETA
A fast, easy to use Solana wallet
Glow - Solana Wallet BETA क्या है?
Glow - Solana Wallet BETA https://glow.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fast, easy to use Solana wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Glow - Solana Wallet BETA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |