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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}