Saifu - Solana Wallet

The modular Solana Super-Wallet

Saifu - Solana Wallet là gì?

Saifu - Solana Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://saifuwallet.com, và tính năng chính của nó là "The modular Solana Super-Wallet".

Ả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 Saifu - Solana Wallet

Tải xuống các tệp mở rộng Saifu - Solana 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

                        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.                    

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

Tên Saifu - Solana Wallet Saifu - Solana Wallet
ID ejdabmcenoflojakpkgjnilnohjoobac
URL Chính Thức https://chromewebstore.google.com/detail/saifu-solana-wallet/ejdabmcenoflojakpkgjnilnohjoobac
Mô tả The modular Solana Super-Wallet
Kích Thước Tệp 5.2 MB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2022-04-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://saifuwallet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://saifuwallet.com
URL Trang Trợ Giúp https://github.com/saifuwallet/saifu/issues/new
URL Trang Chính Sách Bảo Mật https://github.com/saifuwallet/saifu/blob/main/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}