Banana Wallet

Solana wallet for easy micropayments

Banana Walletとは何ですか?

Banana Walletはhttps://bananawallet.ioによって開発されたChromeの拡張機能で、その主な機能は「Solana wallet for easy micropayments」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Banana Wallet拡張機能のCRXファイルをダウンロード

Banana Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Banana Wallet is the first solana wallet that focus on easy micropayments. You can use this extension to Tip creators and developers. You can create your own Tip button and share it with your friends. Everything is possible on the Solana network!

If you have any questions or suggestions - feel free to contact us:
[email protected]

Don't forget to join our Twitter and Discord for news.

GMI!

This projects is a part of the Riptide Hackaton sponsored by Solana Foundation and great companies like Google.                    

拡張機能の基本情報

名前 Banana Wallet Banana Wallet
ID mnammebgekchdjfjapkmfopmemnecdkn
公式URL https://chromewebstore.google.com/detail/banana-wallet/mnammebgekchdjfjapkmfopmemnecdkn
説明 Solana wallet for easy micropayments
ファイルサイズ 5.82 MB
インストール数 66
現在のバージョン 1.2.7
最終更新日 2022-04-01
公開日 2022-03-10
開発者 https://bananawallet.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bananawallet.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Banana Wallet",
    "short_name": "Banana",
    "description": "Solana wallet for easy micropayments",
    "homepage_url": "https:\/\/bananawallet.io",
    "version": "1.2.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/banana_wallet_16.png",
        "48": "\/icons\/banana_wallet_48.png",
        "128": "\/icons\/banana_wallet_128.png",
        "256": "\/icons\/banana_wallet_256.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "\/index.html",
        "default_title": "Banana Wallet"
    },
    "background": {
        "service_worker": "\/static\/js\/background.08eae7c6.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/content.234a914a.js"
            ],
            "css": [
                "\/static\/css\/inpage.08be5b37.css",
                "\/static\/css\/inpagePlugin.ee1a2db4.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/contentPlugin.9ee5e2cb.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/js\/inpage.38c5a0f3.js",
                "inpage.css",
                "\/static\/js\/inpagePlugin.26981e94.js",
                "inpagePlugin.css",
                "\/public\/*",
                "\/icons\/*",
                "\/static\/css\/*",
                "asset-manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}