Slope Wallet

For the curious! The easiest way to discover web3 applications

Was ist Slope Wallet?

Slope Wallet ist eine Chrome-Erweiterung, die von slope.finance entwickelt wurde, und ihr Hauptmerkmal ist "For the curious! The easiest way to discover web3 applications".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Slope Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slope Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Slope Wallet Slope Wallet
ID pocmplpaccanhmnllbbkpgfliimjljgo
Offizielle URL https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo
Beschreibung For the curious! The easiest way to discover web3 applications
Dateigröße 4.52 MB
Installationsanzahl 68,437
Aktuelle Version 2.3.0
Letztes Update 2022-07-28
Veröffentlichungsdatum 2021-06-22
Bewertung 3.26/5 Insgesamt 35 Bewertungen
Entwickler slope.finance
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://slope.finance
URL der Datenschutzrichtlinien-Seite https://www.slope.finance/protocol.html
Unterstützte Sprachen 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'"
}