Ethos Sui Wallet

Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.

Ethos Sui Walletคืออะไร?

Ethos Sui Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ethoswallet.xyz และคุณลักษณะหลักของมันคือ "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ethos Wallet’s Chrome extension gives you an easy way to engage with crypto, NFTs, and dApps on the Sui blockchain - built for newbies and crypto enthusiasts alike.

🎨 Use Ethos Your Way

Effortlessly explore a variety of Sui tokens and NFTs, manage multiple wallets, import and export data with ease, switch between light and dark modes, and access the Sui DevNet and TestNet with the added bonus of a built-in token faucet. Ethos Wallet is thoughtfully designed to make your Sui discovery easier and more efficient.

🏠 Your Home Base for Sui

Extend your Ethos Wallet chrome extension experience with our full screen wallet explorer. Discover the best dApps Sui has to offer, like Sui8192, and seamlessly interact with all of your crypto, NFTs, and dApps. Our wallet explorer allows you to fully utilize all the features and benefits of your Ethos Wallet.

🏦 Manage Your Transactions

You’ll have all the details of every transaction you make, including a full dry-run to ensure safety. You can also pre-approve certain transactions for added security - perfect for games, chat, and more. Ethos wallet is open source and designed to provide secure transactions on Sui.

🧑‍💻 Build Your dApps with Ethos

With just a few lines of code, seamlessly onboard users directly into your application with the EthosConnect NPM package. Set up in minutes - support all wallets on Sui and users who don't yet have a wallet. Saving you time and effort, allowing you to focus on more important aspects of your application.

Are you a developer? 

Learn how to integrate Ethos into your dApp here: https://docs.ethoswallet.xyz                    

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

ชื่อ Ethos Sui Wallet Ethos Sui Wallet
ID mcbigmjiafegjnnogedioegffbooigli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethos-sui-wallet/mcbigmjiafegjnnogedioegffbooigli
คำอธิบาย Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.
ขนาดไฟล์ 12.5 MB
จำนวนการติดตั้ง 125,272
เวอร์ชันปัจจุบัน 1.0.1.43
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2022-08-30
คะแนน 4.98/5 รวมทั้งหมด 12912 คะแนน
ผู้พัฒนา ethoswallet.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ethoswallet.xyz/
URL หน้านโยบายความเป็นส่วนตัว https://ethoswallet.xyz/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethos Sui Wallet",
    "description": "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.",
    "version": "1.0.1.43",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0I9A\/aX1dxoxhaQJW6PVj1Li05Xv1Ef3jeWZI6BOg\/Ie3ZX0rpFBLR+KzDyYNo+7NRqR\/Q00S03Lgl15K7VEPRcZetrlf6KiXN1wt+nzXTc\/ZK+miZ3vJFf9qRuhwf0P9U98Qx0TGRpr56QbagRpyd3cfq4oZqc+Iksz8zUuWTsKABgSgKJTTaia\/Rh5BcVEFu+MUnw4C4fdUDoQWS36eGRQcFiMtSWConBXEMkNm\/G7WoQ0\/G28fqWFLVoQdWQJYfJcEwYNd\/rDihch1DnGnKhgd1hDt3TL8v5YBneqzS9g4AQbjm2RUbv\/Ke5S6sZs3dtWzIRgccP9RzGRw5FAQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "identity"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:5001\/",
        "https:\/\/gateway.devnet.sui.io\/",
        "https:\/\/fullnode.devnet.sui.io:443\/",
        "https:\/\/gateway.staging.sui.io\/"
    ],
    "icons": {
        "16": "manifest\/icons\/ethos-icon-16.png",
        "48": "manifest\/icons\/ethos-icon-48.png",
        "128": "manifest\/icons\/ethos-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}