Morphis Wallet

Morphis - the most friendly wallet on Sui

Co to jest Morphis Wallet?

Morphis Wallet to rozszerzenie Chrome opracowane przez morphiswallet, a jego główną funkcją jest „Morphis - the most friendly wallet on Sui”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Morphis Wallet

Pobierz pliki rozszerzeń Morphis Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
Oficjalny URL https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Opis Morphis - the most friendly wallet on Sui
Rozmiar pliku 925 KB
Liczba instalacji 10,000
Aktualna Wersja 0.0.9.4
Ostatnia Aktualizacja 2023-07-07
Data Publikacji 2022-12-12
Ocena 4.98/5 Łącznie 2472 Oceny
Deweloper morphiswallet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://morphiswallet.com/
Adres URL Strony Polityki Prywatności https://morphiswallet.com/privacy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}