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
官方網址 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"
    ]
}