Sollet
Solana SPL Token Wallet
Solletคืออะไร?
Sollet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sollet-extension-dev และคุณลักษณะหลักของมันคือ "Solana SPL Token Wallet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sollet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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'" } |