Morphis Wallet

Morphis - the most friendly wallet on Sui

Morphis Wallet là gì?

Morphis Wallet là một tiện ích mở rộng Chrome được phát triển bởi morphiswallet, và tính năng chính của nó là "Morphis - the most friendly wallet on Sui".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morphis Wallet

Tải xuống các tệp mở rộng Morphis Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Morphis Wallet Morphis Wallet
ID heefohaffomkkkphnlpohglngmbcclhi
URL Chính Thức https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi
Mô tả Morphis - the most friendly wallet on Sui
Kích Thước Tệp 925 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.9.4
Cập Nhật Lần Cuối 2023-07-07
Ngày Phát Hành 2022-12-12
Đánh Giá 4.98/5 Tổng số 2472 Đánh Giá
Nhà Phát Triển morphiswallet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://morphiswallet.com/
URL Trang Chính Sách Bảo Mật https://morphiswallet.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}