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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}