Shell Wallet

Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.

Shell Walletとは何ですか?

Shell Walletはhttps://shellwallet.ioによって開発されたChromeの拡張機能で、その主な機能は「Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Shell Wallet is the first and leading browser extension IBC-enabled wallet built for Cosmos Ecosystem.
Shell Wallet provides Cosmos-SDK based features with the most adaptable account management and wallet functionalities for the blockchain network.

MAIN FEATURES //
- Multichain account management
- Governance proposals voting
- Add new blockchains from web front-ends
- Support hardware wallet (Ledger Nano X/S)
- Display NFTs on Sei Network
..and many more

Reminder: All transactions done by Shell Wallet are signed offline on your devices. Your private keys are securely encrypted and saved on your computer
For More Information //
[email protected]
For Landing//
https://shellwallet.io                    

拡張機能の基本情報

名前 Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
公式URL https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
説明 Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
ファイルサイズ 12.02 MB
インストール数 26,051
現在のバージョン 0.3.5
最終更新日 2023-08-17
公開日 2023-06-03
評価 4.92/5 合計 72 レビュー
開発者 https://shellwallet.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shellwallet.io
ヘルプページのURL https://docs.shellwallet.io
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shell Wallet",
    "description": "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.3.5",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shell"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}