Sollet
Solana SPL Token Wallet
ما هو Sollet؟
Sollet هو إضافة Chrome تم تطويرها بواسطة sollet-extension-dev، والميزة الرئيسية لها هي "Solana SPL Token Wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sollet
قم بتنزيل ملفات الامتداد Sollet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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'" } |