Morphis Wallet

Morphis - the most friendly wallet on Sui

Qu'est-ce que Morphis Wallet ?

Morphis Wallet est une extension Chrome développée par morphiswallet, et sa fonction principale est "Morphis - the most friendly wallet on Sui".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Morphis Wallet

Téléchargez les fichiers d'extension Morphis Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
URL Officiel https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Description Morphis - the most friendly wallet on Sui
Taille du Fichier 925 KB
Nombre d'Installations 10,000
Version Actuelle 0.0.9.4
Dernière Mise à Jour 2023-07-07
Date de Publication 2022-12-12
Évaluation 4.98/5 Total 2472 Évaluations
Développeur morphiswallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://morphiswallet.com/
URL de la Page de Politique de Confidentialité https://morphiswallet.com/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}