Morphis Wallet

Morphis - the most friendly wallet on Sui

Cos'è Morphis Wallet?

Morphis Wallet è un'estensione di Chrome sviluppata da morphiswallet, e la sua funzione principale è "Morphis - the most friendly wallet on Sui".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Morphis Wallet

Scarica i file di estensione Morphis Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
URL Ufficiale https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Descrizione Morphis - the most friendly wallet on Sui
Dimensione del File 925 KB
Conteggio Installazioni 10,000
Versione Corrente 0.0.9.4
Ultimo Aggiornamento 2023-07-07
Data di Pubblicazione 2022-12-12
Valutazione 4.98/5 Totale 2472 Valutazioni
Sviluppatore morphiswallet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://morphiswallet.com/
URL della Pagina della Politica sulla Privacy https://morphiswallet.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}