Metahub Wallet

A Simple to Use EOS Web Wallet

Metahub Wallet란 무엇입니까?

Metahub Wallet은(는) metahubwallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple to Use EOS Web Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Metahub Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easy to use EOS wallet
Decentralized, encrypted data stored in your personal computer wallet                    

확장 프로그램 기본 정보

이름 Metahub Wallet Metahub Wallet
ID nglnaekfdaelelcaokeemlnopjhekdkj
공식 URL https://chromewebstore.google.com/detail/metahub-wallet/nglnaekfdaelelcaokeemlnopjhekdkj
설명 A Simple to Use EOS Web Wallet
파일 크기 1.42 MB
설치 횟수 328
현재 버전 2.0.9
최근 업데이트 2024-03-01
출시 날짜 2022-01-20
평점 5.00/5 총 3 개의 평점
개발자 metahubwallet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://metahub.cash/
개인정보 보호 정책 페이지 URL https://metahub.cash/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "metahub",
    "description": "A Simple to Use EOS Web Wallet",
    "name": "Metahub Wallet",
    "version": "2.0.9",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/constants-7a5acd68.js",
                "assets\/src\/entries\/contentScript\/content-07c4b742.js",
                "assets\/types-d26040a5.js",
                "src\/entries\/contentScript\/content.js",
                "src\/entries\/windows\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}