Slope Wallet

For the curious! The easiest way to discover web3 applications

Slope Wallet là gì?

Slope Wallet là một tiện ích mở rộng Chrome được phát triển bởi slope.finance, và tính năng chính của nó là "For the curious! The easiest way to discover web3 applications".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slope Wallet

Tải xuống các tệp mở rộng Slope Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slope Wallet Slope Wallet
ID pocmplpaccanhmnllbbkpgfliimjljgo
URL Chính Thức https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo
Mô tả For the curious! The easiest way to discover web3 applications
Kích Thước Tệp 4.52 MB
Số Lần Cài Đặt 68,437
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2022-07-28
Ngày Phát Hành 2021-06-22
Đánh Giá 3.26/5 Tổng số 35 Đánh Giá
Nhà Phát Triển slope.finance
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://slope.finance
URL Trang Chính Sách Bảo Mật https://www.slope.finance/protocol.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}