Sollet
Solana SPL Token Wallet
Solletとは何ですか?
Solletはsollet-extension-devによって開発されたChromeの拡張機能で、その主な機能は「Solana SPL Token Wallet」です。
拡張機能のスクリーンショット
Sollet拡張機能のCRXファイルをダウンロード
Sollet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | fhmfendgdocmcbmfikdcogofphimnkno |
公式URL | https://chrome.google.com/webstore/detail/sollet/fhmfendgdocmcbmfikdcogofphimnkno |
説明 | Solana SPL Token Wallet |
ファイルサイズ | 34.17 MB |
インストール数 | 162,617 |
現在のバージョン | 0.3.1 |
最終更新日 | 2021-08-05 |
公開日 | 2021-03-28 |
評価 | 2.91/5 合計 34 レビュー |
開発者 | sollet-extension-dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.sollet.io |
ヘルプページのURL | https://discord.gg/x6CwBbPqZ6 |
対応言語 | 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'" } |