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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
URL της Σελίδας Πολιτικής Απορρήτου | 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'" } |