Eternl

A Cardano light wallet.

Wat is Eternl?

Eternl is een Chrome-extensie ontwikkeld door https://eternl.io, en de belangrijkste functie is "A Cardano light wallet.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Eternl

Download Eternl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Eternl Eternl
ID kmhcihpebfmpgmihbkipmjlmmioameka
Officiële URL https://chromewebstore.google.com/detail/eternl/kmhcihpebfmpgmihbkipmjlmmioameka
Beschrijving A Cardano light wallet.
Bestandsgrootte 15.73 MB
Aantal Installaties 103,138
Huidige Versie 1.11.18
Laatst Bijgewerkt 2023-12-26
Publicatiedatum 2021-12-08
Beoordeling 4.75/5 Totaal 59 Beoordelingen
Ontwikkelaar https://eternl.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://ccvault.io/app/mainnet/imprint
Ondersteunde Talen 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';"
}