Station Wallet

Station Wallet is the premier interface to Web3. Swap, stake, connect to apps, and explore the Cosmos with ease. Station offers…

什么是Station Wallet?

Station Wallet是由Terra开发的Chrome扩展程序,该扩展的主要功能是“Station Wallet is the premier interface to Web3. Swap, stake, connect to apps, and explore the Cosmos with ease. Station offers…”。

扩展截图

screenshot

下载Station Wallet扩展crx文件

下载Station Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Station Wallet is the premier interface to Web3.
Swap, stake, connect to apps, and explore the Cosmos with ease. Station offers everything you expect from a Web3 wallet, plus ground-breaking features you’ll love, such as:

• Seamless cross-chain swaps and sends
• Fee token top-up
• Advanced cross-chain activity history
• Token-centric UI
• Save your favorite addresses
• Display values in your preferred currency

To see the full list of supported networks, plus additional features and information, visit station.money                    

扩展基本信息

名称 Station Wallet Station Wallet
ID aiifbnbfobpmeekipheeijimdpnlpgpp
官方URL https://chromewebstore.google.com/detail/station-wallet/aiifbnbfobpmeekipheeijimdpnlpgpp
简介 Station Wallet is the premier interface to Web3. Swap, stake, connect to apps, and explore the Cosmos with ease. Station offers…
文件大小 13.07 MB
安装次数 574,714
当前版本 8.0.6
更新时间 2024-02-20
上架时间 2020-09-29
评分 3.52/5 共132次评分
开发者 Terra
电子邮箱 [email protected]
付费类型 free
扩展官网 https://station.money
帮助页面URL https://terra.sc/stationdiscord
隐私政策页面URL https://assets.website-files.com/611153e7af981472d8da199c/631ac874c79cf645a2f9b5ee_PrivacyPolicy.pdf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Station Wallet",
    "version": "8.0.6",
    "version_name": "8.0.6",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-32.png"
    },
    "options_ui": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "keplr.js",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "180": "icon-180.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}