Slope Wallet

For the curious! The easiest way to discover web3 applications

Slope Wallet क्या है?

Slope Wallet slope.finance द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For the curious! The easiest way to discover web3 applications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slope Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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'"
}