Morphis Wallet

Morphis - the most friendly wallet on Sui

Was ist Morphis Wallet?

Morphis Wallet ist eine Chrome-Erweiterung, die von morphiswallet entwickelt wurde, und ihr Hauptmerkmal ist "Morphis - the most friendly wallet on Sui".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Morphis Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Morphis 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

                        Morphis wallet is a friendly wallet to get started with your web3 journey.

Morphis allows you to manage all your web3 assets in one place, from tokens and NFTs to game assets and your gateway to thousands of dApps. Morphis will be your single access point to the unlimited potential of the web3 world.                    

Grundlegende Informationen zur Erweiterung

Name Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
Offizielle URL https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Beschreibung Morphis - the most friendly wallet on Sui
Dateigröße 925 KB
Installationsanzahl 10,000
Aktuelle Version 0.0.9.4
Letztes Update 2023-07-07
Veröffentlichungsdatum 2022-12-12
Bewertung 4.98/5 Insgesamt 2472 Bewertungen
Entwickler morphiswallet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://morphiswallet.com/
URL der Datenschutzrichtlinien-Seite https://morphiswallet.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morphis Wallet",
    "description": "Morphis - the most friendly wallet on Sui",
    "version": "0.0.9.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:5001\/",
        "https:\/\/fullnode.devnet.sui.io\/",
        "https:\/\/fullnode.staging.sui.io\/"
    ],
    "icons": {
        "16": "manifest\/icons\/morphis-logo-16.png",
        "32": "manifest\/icons\/morphis-logo-32.png",
        "48": "manifest\/icons\/morphis-logo-48.png",
        "128": "manifest\/icons\/morphis-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}