Morphis Wallet

Morphis - the most friendly wallet on Sui

Wat is Morphis Wallet?

Morphis Wallet is een Chrome-extensie ontwikkeld door morphiswallet, en de belangrijkste functie is "Morphis - the most friendly wallet on Sui".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Morphis Wallet

Download Morphis Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
Officiële URL https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Beschrijving Morphis - the most friendly wallet on Sui
Bestandsgrootte 925 KB
Aantal Installaties 10,000
Huidige Versie 0.0.9.4
Laatst Bijgewerkt 2023-07-07
Publicatiedatum 2022-12-12
Beoordeling 4.98/5 Totaal 2472 Beoordelingen
Ontwikkelaar morphiswallet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://morphiswallet.com/
URL van de Privacybeleid Pagina https://morphiswallet.com/privacy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}