Slope Wallet

For the curious! The easiest way to discover web3 applications

¿Qué es Slope Wallet?

Slope Wallet es una extensión de Chrome desarrollada por slope.finance, y su función principal es "For the curious! The easiest way to discover web3 applications".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Slope Wallet

Descarga archivos de extensión Slope Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Slope Wallet Slope Wallet
ID pocmplpaccanhmnllbbkpgfliimjljgo
URL Oficial https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo
Descripción For the curious! The easiest way to discover web3 applications
Tamaño del Archivo 4.52 MB
Cantidad de Instalaciones 68,437
Versión Actual 2.3.0
Última Actualización 2022-07-28
Fecha de Publicación 2021-06-22
Calificación 3.26/5 Total de 35 Calificaciones
Desarrollador slope.finance
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://slope.finance
URL de la Página de Política de Privacidad https://www.slope.finance/protocol.html
Idiomas Soportados 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'"
}