Slope Wallet
For the curious! The easiest way to discover web3 applications
Wat is Slope Wallet?
Slope Wallet is een Chrome-extensie ontwikkeld door slope.finance, en de belangrijkste functie is "For the curious! The easiest way to discover web3 applications".
Extensie Screenshots
Download het CRX-bestand van de extensie Slope Wallet
Download Slope Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Slope Wallet |
ID | pocmplpaccanhmnllbbkpgfliimjljgo |
Officiële URL | https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo |
Beschrijving | For the curious! The easiest way to discover web3 applications |
Bestandsgrootte | 4.52 MB |
Aantal Installaties | 68,437 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2022-07-28 |
Publicatiedatum | 2021-06-22 |
Beoordeling | 3.26/5 Totaal 35 Beoordelingen |
Ontwikkelaar | slope.finance |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://slope.finance |
URL van de Privacybeleid Pagina | https://www.slope.finance/protocol.html |
Ondersteunde Talen | 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'" } |