Ethos Sui Wallet

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

Apa itu Ethos Sui Wallet?

Ethos Sui Wallet adalah ekstensi Chrome yang dikembangkan oleh ethoswallet.xyz, dan fitur utamanya adalah "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethos Sui Wallet

Unduh file ekstensi Ethos Sui Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ethos Sui Wallet Ethos Sui Wallet
ID mcbigmjiafegjnnogedioegffbooigli
URL Resmi https://chromewebstore.google.com/detail/ethos-sui-wallet/mcbigmjiafegjnnogedioegffbooigli
Deskripsi Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.
Ukuran File 12.5 MB
Jumlah Instalasi 125,272
Versi Saat Ini 1.0.1.43
Terakhir Diperbarui 2024-02-05
Tanggal Publikasi 2022-08-30
Penilaian 4.98/5 Total 12912 Penilaian
Pengembang ethoswallet.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ethoswallet.xyz/
URL Halaman Kebijakan Privasi https://ethoswallet.xyz/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}