Morphis Wallet

Morphis - the most friendly wallet on Sui

Morphis Wallet क्या है?

Morphis Wallet morphiswallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Morphis - the most friendly wallet on Sui"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Morphis Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}