Morphis Wallet

Morphis - the most friendly wallet on Sui

什么是Morphis Wallet?

Morphis Wallet是由morphiswallet开发的Chrome扩展程序,该扩展的主要功能是“Morphis - the most friendly wallet on Sui”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Morphis Wallet扩展crx文件

下载Morphis Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
官方URL https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
简介 Morphis - the most friendly wallet on Sui
文件大小 925 KB
安装次数 10,000
当前版本 0.0.9.4
更新时间 2023-07-07
上架时间 2022-12-12
评分 4.98/5 共2472次评分
开发者 morphiswallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://morphiswallet.com/
隐私政策页面URL https://morphiswallet.com/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}