Manta Wallet

A private wallet for public and private assets that can manage private transactions of fungible and non-fungible crypto assets.

Manta Walletคืออะไร?

Manta Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manta.network และคุณลักษณะหลักของมันคือ "A private wallet for public and private assets that can manage private transactions of fungible and non-fungible crypto assets."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Manta Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A crypto wallet on Manta network.
Manta wallet is an extension that lets you explore the Manta ecosystem in your browser.
With the browser extension installed, Manta wallet allows you to engage with Web3 apps on the Manta blockchain.

The Manta wallet Browser Extension lets you:
- Create wallet accounts with both public address and zkAddress with a single mnemonic.
- Import, and persistently store the mnemonics and the derived private key.
- View public assets and zkAssets in the wallet.
- Connect to DApps and sign human-readable transactions from trusted DApps.

We Keep You Safe
- Manta wallet encrypts your keys and mnemonics on your device.
- Import private keys and mnemonics into your wallet.
- Rotate your private key from within the wallet if needed.
- Easily review and simulate transactions before signing them.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Manta Wallet Manta Wallet
ID enabgbdfcbaehmbigakijjabdpdnimlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manta-wallet/enabgbdfcbaehmbigakijjabdpdnimlg
คำอธิบาย A private wallet for public and private assets that can manage private transactions of fungible and non-fungible crypto assets.
ขนาดไฟล์ 26.73 MB
จำนวนการติดตั้ง 210,278
เวอร์ชันปัจจุบัน 0.0.29
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-04-08
คะแนน 3.58/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา https://manta.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://manta.network
URL หน้านโยบายความเป็นส่วนตัว https://www.manta.network/wallet-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manta Wallet",
    "version": "0.0.29",
    "version_name": "0.0.29",
    "manifest_version": 3,
    "description": "A private wallet for public and private assets that can manage private transactions of fungible and non-fungible crypto assets.",
    "action": {
        "default_popup": "index.html#\/",
        "default_title": "Manta Wallet",
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png",
            "38": "icon-38.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "128": "icon-128.png",
            "512": "icon-512.png"
        }
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "512": "icon-512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage-content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}