Saifu - Solana Wallet

The modular Solana Super-Wallet

什麼是Saifu - Solana Wallet?

Saifu - Solana Wallet是由https://saifuwallet.com開發的Chrome擴展程式,該擴展的主要功能是“The modular Solana Super-Wallet”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Saifu - Solana Wallet擴展crx文件

下載Saifu - Solana Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Saifu is the modular Solana wallet for Pro-Users, made for people that live in Web3 by people that do the same.

Stake, trade and explore the Solana ecosystem without ever leaving your wallet. Use the new full-screen view to get a quick glimpse over your assets, and never get left behind in the unknown.

Integrate Solana protocols right into Saifu through an open plugin system and customize it to fit your use-case perfectly!

Connect to web3 dApps through Saifus unique emulation layer by pretending it's Phantom or Slope. 

Saifu is here to help you get more out of DeFi - your new Solana companion that doesn't try to handhold you.                    

擴展基本資訊

名稱 Saifu - Solana Wallet Saifu - Solana Wallet
ID ejdabmcenoflojakpkgjnilnohjoobac
官方網址 https://chromewebstore.google.com/detail/saifu-solana-wallet/ejdabmcenoflojakpkgjnilnohjoobac
簡介 The modular Solana Super-Wallet
檔案大小 5.2 MB
安裝次數 282
目前版本 1.5.0
更新時間 2022-07-22
上架時間 2022-04-03
評分 5.00/5 共 2 次評分
開發者 https://saifuwallet.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://saifuwallet.com
說明頁面URL https://github.com/saifuwallet/saifu/issues/new
隱私政策頁面URL https://github.com/saifuwallet/saifu/blob/main/privacy-policy.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Saifu - Solana Wallet",
    "version": "1.5.0",
    "description": "The modular Solana Super-Wallet",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "content_scripts": "script-src 'self' 'unsafe-inline';"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}