Ethos Sui Wallet

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

Ethos Sui Walletとは何ですか?

Ethos Sui Walletはethoswallet.xyzによって開発されたChromeの拡張機能で、その主な機能は「Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Ethos Sui Wallet拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}