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 هو إضافة Chrome تم تطويرها بواسطة Terra، والميزة الرئيسية لها هي "Station Wallet is the premier interface to Web3. Swap, stake, connect to apps, and explore the Cosmos with ease. Station offers…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Station Wallet

قم بتنزيل ملفات الامتداد Station Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://terra.sc/stationdiscord
عنوان صفحة سياسة الخصوصية 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"
    ]
}