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
Eメール [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"
    ]
}