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
公式URL 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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}