Math Wallet

The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet

Math Wallet là gì?

Math Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://mathwallet.org, và tính năng chính của nó là "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Math 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

                        Math Wallet is a multi-platform (mobile/desktop/hardware) universal crypto wallet.

Math Wallet enables storage of 50+ blockchains and 3000+ tokens.

Math Wallet is the ONLY extension wallet that support multi-chain dApps.

FEATURES

- Generate Wallets completely client side.

- Unlock variety of key types: private key, mnemonics.

- Easily send tokens. 

- Support all kinds of DeFi dApps.

Learn more: https://mathwallet.org                    

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

Tên Math Wallet Math Wallet
ID afbcbjpbpfadlkmhmclhkeeodmamcflc
URL Chính Thức https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc
Mô tả The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
Kích Thước Tệp 26.25 MB
Số Lần Cài Đặt 70,562
Phiên Bản Hiện Tại 3.0.7
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2020-07-03
Đánh Giá 3.54/5 Tổng số 59 Đánh Giá
Nhà Phát Triển https://mathwallet.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mathwallet.org
URL Trang Trợ Giúp http://blog.mathwallet.org
URL Trang Chính Sách Bảo Mật http://mathwallet.org/privacy/en
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Wallet",
    "description": "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Math Wallet",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "homepage_url": "http:\/\/www.mathwallet.org",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "3.0.7"
}