Morphis Wallet

Morphis - the most friendly wallet on Sui

O que é Morphis Wallet?

Morphis Wallet é uma extensão do Chrome desenvolvida por morphiswallet, e sua principal característica é "Morphis - the most friendly wallet on Sui".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Morphis Wallet

Baixe arquivos de extensão Morphis Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
URL Oficial https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Descrição Morphis - the most friendly wallet on Sui
Tamanho do Arquivo 925 KB
Contagem de Instalações 10,000
Versão Atual 0.0.9.4
Última Atualização 2023-07-07
Data de Publicação 2022-12-12
Classificação 4.98/5 Total de 2472 Avaliações
Desenvolvedor morphiswallet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://morphiswallet.com/
URL da Página de Política de Privacidade https://morphiswallet.com/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}