Morphis Wallet

Morphis - the most friendly wallet on Sui

Morphis Walletคืออะไร?

Morphis Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morphiswallet และคุณลักษณะหลักของมันคือ "Morphis - the most friendly wallet on Sui"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morphis Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}