Leap Terra Wallet

A crypto wallet for the Terra Blockchain.

Leap Terra Walletคืออะไร?

Leap Terra Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leapwallet.io และคุณลักษณะหลักของมันคือ "A crypto wallet for the Terra Blockchain."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leap Terra Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Leap Terra Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Leap is the most advanced Super Wallet for Terra 2.0

With our best-in-class UX design seamlessly transfer your assets, earn Staking rewards, swap native tokens and more. Everything in a one-stop, easy-to-use wallet extension. 

Terra 2.0 made Super easy:
- Swap Terra 2.0 tokens at best price, always! With our DEX aggregation, find best swap rates across DEXs like Astroport, Phoenix & Terraswap in just one click. We have also integrated TFM aggregator into the mix!
- Staking & Liquid Staking - Earn staking rewards by plain staking your LUNA or liquid staking and stake pools on Stader
- Address Book - Create contacts to save frequently used and trusted addresses
- Portfolio Viewer - View all your assets in one place. Automagically
- Wallet Management - Create multiple wallets and switch between them and transact seamlessly. Manage all wallets using the same recovery phrase.

Safety:
- We are a non-custodial wallet. That means, only you have access to your private keys and they are securely stored on your device. We cannot access them in any way.

Coming up next: 
- Ledger Support
- Integration with web3auth
- NFT Gallery
- New UI design
- Fully spec’d mobile app

Got questions? Refer our FAQs here : https://leapwallet.notion.site/leapwallet/Leap-Wallet-Help-Center-b132ca245d6243f9be7f3c83d30b1fdc

As always, we love hearing from you. Reach out to us:
Twitter: https://twitter.com/leap__terra
Discord: http://discord.gg/6CaMD28th7
Telegram: https://t.me/leapwallet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leap Terra Wallet Leap Terra Wallet
ID aijcbedoijmgnlmjeegjaglmepbmpkpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leap-terra-wallet/aijcbedoijmgnlmjeegjaglmepbmpkpi
คำอธิบาย A crypto wallet for the Terra Blockchain.
ขนาดไฟล์ 4.56 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.10.22
อัปเดตครั้งล่าสุด 2023-03-04
วันที่เผยแพร่ 2022-01-04
คะแนน 4.48/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://leapwallet.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leapwallet.io
URL หน้าช่วยเหลือ https://leapwallet.io
URL หน้านโยบายความเป็นส่วนตัว https://leapwallet.notion.site/Leap-Privacy-Policy-2701c8f43bbb4f1ab582b7a9764beba0
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Terra Wallet",
    "description": "A crypto wallet for the Terra Blockchain.",
    "version": "0.10.22",
    "options_ui": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "148": "icon-148.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "backgroundPopup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "inpage.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "default-src 'none'; object-src 'none'; script-src 'self' 'wasm-unsafe-eval'; img-src * 'self' data: https:; font-src https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com  data: 'unsafe-inline'; connect-src * data: blob: filesystem:; media-src * data: blob: filesystem:; form-action 'self'; frame-ancestors 'none'; base-uri 'self'"
}