Slope Wallet
For the curious! The easiest way to discover web3 applications
ما هو Slope Wallet؟
Slope Wallet هو إضافة Chrome تم تطويرها بواسطة slope.finance، والميزة الرئيسية لها هي "For the curious! The easiest way to discover web3 applications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slope Wallet
قم بتنزيل ملفات الامتداد Slope Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Slope Wallet Slope 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, Slope also allows you to securely connect and interact with decentralized applications (Dapps) on the Solana blockchain and other chains.
معلومات أساسية عن التمديد
الاسم | Slope Wallet |
ID | pocmplpaccanhmnllbbkpgfliimjljgo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo |
الوصف | For the curious! The easiest way to discover web3 applications |
حجم الملف | 4.52 MB |
عدد التثبيتات | 68,437 |
النسخة الحالية | 2.3.0 |
آخر تحديث | 2022-07-28 |
تاريخ النشر | 2021-06-22 |
تقييم | 3.26/5 مجموع تقييمات 35 |
المطور | slope.finance |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://slope.finance |
عنوان صفحة سياسة الخصوصية | https://www.slope.finance/protocol.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slope Wallet", "homepage_url": "https:\/\/www.slope.finance\/#\/wallet", "description": "For the curious! The easiest way to discover web3 applications", "default_locale": "en", "permissions": [ "storage", "alarms", "tabs" ], "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js", "js\/inpage-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "popup.html", "default_title": "Slope Wallet", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "js\/inpage-script.js" ], "version": "2.3.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |