Ethos Sui Wallet

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

Was ist Ethos Sui Wallet?

Ethos Sui Wallet ist eine Chrome-Erweiterung, die von ethoswallet.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ethos Sui Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethos Sui Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ethos Sui Wallet Ethos Sui Wallet
ID mcbigmjiafegjnnogedioegffbooigli
Offizielle URL https://chromewebstore.google.com/detail/ethos-sui-wallet/mcbigmjiafegjnnogedioegffbooigli
Beschreibung Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.
Dateigröße 12.5 MB
Installationsanzahl 125,272
Aktuelle Version 1.0.1.43
Letztes Update 2024-02-05
Veröffentlichungsdatum 2022-08-30
Bewertung 4.98/5 Insgesamt 12912 Bewertungen
Entwickler ethoswallet.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ethoswallet.xyz/
URL der Datenschutzrichtlinien-Seite https://ethoswallet.xyz/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}