Cosmostation Wallet

Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.

什麼是Cosmostation Wallet?

Cosmostation Wallet是由https://cosmostation.io開發的Chrome擴展程式,該擴展的主要功能是“Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cosmostation Wallet擴展crx文件

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

擴展使用說明

                        Cosmostation is a non-custodial multi-chain cryptocurrency browser extension wallet that supports 50+ chains. With Cosmostation, you can manage all your assets with one wallet, one key.

Cosmostation has been a web3 infrastructure team contributing to more than 50 protocols since 2018. Our suite of products include Mintscan block explorer, Cosmostation non-custodial crypto wallet, and node validator service. At Cosmostation, we bootstrap networks and onboard end-users.


Cosmostation provides professional level blockchain asset management tools:
 ● Staking rewards claim
 ● Cross-chain swaps
 ● Deposit through QR code
 ● Send & IBC send
 ● Total value of assets stored across 50+ chains supported by Cosmostation
 ● Transaction sign/ Auto sign
 ● Ledger integration
 ● Prioritize


Cosmostation allows secure access to your personal crypto wallet and provides a gateway for seamless interaction with distributed applications that are deployed on the Interchain, EVM, and Aptos networks. Connect your Cosmostation wallet to access crypto assets, DeFi protocols, cross-chain bridges, NFTs and more.                    

擴展基本資訊

名稱 Cosmostation Wallet Cosmostation Wallet
ID fpkhgmpbidmiogeglndfbkegfdlnajnf
官方網址 https://chromewebstore.google.com/detail/cosmostation-wallet/fpkhgmpbidmiogeglndfbkegfdlnajnf
簡介 Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.
檔案大小 8.24 MB
安裝次數 33,430
目前版本 0.7.24
更新時間 2024-02-29
上架時間 2022-04-04
評分 3.60/5 共 15 次評分
開發者 https://cosmostation.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cosmostation.io/
說明頁面URL https://docs.cosmostation.io/
隱私政策頁面URL https://cosmostation.io/service_en
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cosmostation Wallet",
    "description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.",
    "version": "0.7.24",
    "action": {
        "default_icon": {
            "16": "icon16-dark.png",
            "24": "icon24-dark.png",
            "32": "icon32-dark.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16-dark.png",
        "48": "icon48-dark.png",
        "128": "icon128-dark.png",
        "256": "icon256-dark.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}