Solflare Wallet

A safe and powerful crypto wallet that brings all of the benefits of Solana to you

Solflare Wallet란 무엇입니까?

Solflare Wallet은(는) https://solflare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A safe and powerful crypto wallet that brings all of the benefits of Solana to you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Solflare Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Solflare is a full-featured crypto wallet, available both on web and as an extension, for Solana and SPL tokens. It allows you to send, receive and securely store tokens on the Solana blockchain, and allows access to decentralized applications on Solana.

Solflare includes support for staking Solana to the validator of your choice, as well as a Swap function that allows users to swap between tokens within their wallet. Solflare also includes NFT support with full metadata and is compatible with Ledger devices.                    

확장 프로그램 기본 정보

이름 Solflare Wallet Solflare Wallet
ID bhhhlbepdkbapadjdnnojkbgioiodbic
공식 URL https://chromewebstore.google.com/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic
설명 A safe and powerful crypto wallet that brings all of the benefits of Solana to you
파일 크기 26.38 MB
설치 횟수 401,660
현재 버전 1.63.0
최근 업데이트 2024-02-22
출시 날짜 2021-08-30
평점 4.70/5 총 244 개의 평점
개발자 https://solflare.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://solflare.com/
도움말 페이지 URL https://solflare.com/support
개인정보 보호 정책 페이지 URL https://solflare.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solflare Wallet",
    "description": "A safe and powerful crypto wallet that brings all of the benefits of Solana to you",
    "version": "1.63.0",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Solflare",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Open Solflare extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "inpage.js",
        "phishing.html",
        "ftx_connect.html"
    ],
    "content_security_policy": "script-src 'self'; script-src-elem 'self' 'unsafe-inline';",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "*:\/\/ftx.com\/*",
        "*:\/\/ftx.us\/*"
    ]
}