Slope Wallet

For the curious! The easiest way to discover web3 applications

Qu'est-ce que Slope Wallet ?

Slope Wallet est une extension Chrome développée par slope.finance, et sa fonction principale est "For the curious! The easiest way to discover web3 applications".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Slope Wallet

Téléchargez les fichiers d'extension Slope Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slope Wallet Slope Wallet
ID pocmplpaccanhmnllbbkpgfliimjljgo
URL Officiel https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo
Description For the curious! The easiest way to discover web3 applications
Taille du Fichier 4.52 MB
Nombre d'Installations 68,437
Version Actuelle 2.3.0
Dernière Mise à Jour 2022-07-28
Date de Publication 2021-06-22
Évaluation 3.26/5 Total 35 Évaluations
Développeur slope.finance
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://slope.finance
URL de la Page de Politique de Confidentialité https://www.slope.finance/protocol.html
Langues Prises en Charge 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'"
}