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
Eメール [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": [
                ""
            ]
        }
    ]
}