Talisman - Ethereum and Polkadot Wallet

Talisman is a Ethereum and Polkadot wallet that unlocks a new world of multichain web3 applications.

Talisman - Ethereum and Polkadot Walletคืออะไร?

Talisman - Ethereum and Polkadot Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://talisman.xyz และคุณลักษณะหลักของมันคือ "Talisman is a Ethereum and Polkadot wallet that unlocks a new world of multichain web3 applications."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talisman - Ethereum and Polkadot Wallet

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

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

                        💪 A crypto wallet for Ethereum and Polkadot
Talisman is the only wallet where you can see all of your assets on every network in one place. Whether you are an experienced user or brand new to crypto, Talisman helps you connect to your favourite web3 applications. Easily send and receive funds, keep track of your portfolio, and sign transactions.

🙌 Multi-chain made easy
• Support for all assets across Polkadot, Kusama and the Parachains.
• Import your Ethereum accounts to use dapps on Ethereum mainnet, EVM L2s like Base, OP, and Aribtrum, Moonbeam, Astar, Acala's EVM+, and others.
• Migrate from any wallet including Polkadot.js and Metamask.

🤝 Protect your assets
• You are in control of your funds at all times.
• Add your Ledger hardware wallet and manage your offline assets for Polkadot and Ethereum.
• We can never access your accounts and your keys are encrypted and stored on your device.
• Independently audited by multiple security firms.

---------------------------------------------------------------------------------------------------------------------

For help and support, please contact us on Discord: https://discord.gg/talisman

Website: https://talisman.xyz
Twitter: @wearetalisman                    

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

ชื่อ Talisman - Ethereum and Polkadot Wallet Talisman - Ethereum and Polkadot Wallet
ID fijngjgcjhjmmpcmkeiomlglpeiijkld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talisman-ethereum-and-pol/fijngjgcjhjmmpcmkeiomlglpeiijkld
คำอธิบาย Talisman is a Ethereum and Polkadot wallet that unlocks a new world of multichain web3 applications.
ขนาดไฟล์ 13.53 MB
จำนวนการติดตั้ง 80,000
เวอร์ชันปัจจุบัน 1.22.1
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-01-09
คะแนน 4.82/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา https://talisman.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://talisman.xyz
URL หน้านโยบายความเป็นส่วนตัว https://docs.talisman.xyz/talisman/legal-and-security/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Talisman",
    "name": "Talisman - Ethereum and Polkadot Wallet",
    "description": "Talisman is a Ethereum and Polkadot wallet that unlocks a new world of multichain web3 applications.",
    "version": "1.22.1",
    "browser_action": {
        "default_title": "Talisman",
        "default_popup": "popup.html?embedded#\/portfolio"
    },
    "options_ui": {
        "page": "dashboard.html#\/settings\/general",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "vendor-background.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "page.js",
        "dashboard.js.map"
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "favicon16x16.png",
        "24": "favicon24x24.png",
        "32": "favicon32x32.png",
        "48": "favicon48x48.png",
        "64": "favicon64x64.png",
        "128": "favicon128x128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "95.0"
        }
    },
    "minimum_chrome_version": "98",
    "version_name": "1.22.1"
}