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
官方網址 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": [
                ""
            ]
        }
    ]
}