Eternl

A Cardano light wallet.

Eternl là gì?

Eternl là một tiện ích mở rộng Chrome được phát triển bởi https://eternl.io, và tính năng chính của nó là "A Cardano light wallet.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Interact with the Cardano blockchain.

Send and receive Ada and native tokens.
Delegate your Ada to 1 of over 3000 staking pools.
Connect your wallet to Cardano dApps.
Register for Catalyst voting.

Eternl v1.11 includes a complete overhaul of the data core, making the extension much faster to sync data, store less data and need less memory. This update is a major milestone on our road to Eternl v2.                    

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

Tên Eternl Eternl
ID kmhcihpebfmpgmihbkipmjlmmioameka
URL Chính Thức https://chromewebstore.google.com/detail/eternl/kmhcihpebfmpgmihbkipmjlmmioameka
Mô tả A Cardano light wallet.
Kích Thước Tệp 15.73 MB
Số Lần Cài Đặt 103,138
Phiên Bản Hiện Tại 1.11.18
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2021-12-08
Đánh Giá 4.75/5 Tổng số 59 Đánh Giá
Nhà Phát Triển https://eternl.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ccvault.io/app/mainnet/imprint
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eternl",
    "description": "A Cardano light wallet.",
    "version": "1.11.18",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png"
    },
    "author": "Tastenkunst GmbH",
    "browser_action": {
        "default_title": "Eternl"
    },
    "background": {
        "scripts": [
            "vendor\/trezor-connect.js",
            "www\/js\/bex-background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/miro.com\/*"
            ],
            "js": [
                "www\/js\/bex-content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.eternl.io\/*",
            "https:\/\/*.ccvault.io\/*",
            "https:\/\/*.trezor.io\/*",
            "https:\/\/*.coingecko.com\/*",
            "https:\/\/*.eternl.nftcdn.io\/*",
            "http:\/\/localhost:*\/",
            "https:\/\/localhost:*\/"
        ]
    },
    "homepage_url": "https:\/\/eternl.io",
    "permissions": [
        "tabs",
        "*:\/\/connect.trezor.io\/9\/*"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "vendor\/*",
        "trezor-usb-permissions.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; object-src 'self';"
}