Sollet
Solana SPL Token Wallet
What is Sollet?
Sollet is a Chrome extension developed by sollet-extension-dev, and its main feature is "Solana SPL Token Wallet".
Extension Screenshots
Download Sollet Extension CRX File
Download Sollet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sollet is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Solana blockchain. In addition to sending and receiving funds, Sollet also allows you to securely connect and interact with decentralized applications (Dapps) on the Solana blockchain.
Extension Basic Information
Name | |
ID | fhmfendgdocmcbmfikdcogofphimnkno |
Official URL | https://chrome.google.com/webstore/detail/sollet/fhmfendgdocmcbmfikdcogofphimnkno |
Description | Solana SPL Token Wallet |
File Size | 34.17 MB |
Installation Count | 162,617 |
Current Version | 0.3.1 |
Last Updated | 2021-08-05 |
Publish Date | 2021-03-28 |
Rating | 2.91/5 Total 34 Ratings |
Developer | sollet-extension-dev |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sollet.io |
Help Page URL | https://discord.gg/x6CwBbPqZ6 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sollet", "description": "Solana SPL Token Wallet", "version": "0.3.1", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "manifest_version": 2, "icons": { "16": "favicon.ico", "192": "logo192.png", "512": "logo512.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "script.js" ], "content_security_policy": "script-src 'self' 'sha256-ek+jXksbUr00x+EdLLqiv69t8hATh5rPjHVvVVGA9ms='; object-src 'self'" } |