Eternl

A Cardano light wallet.

Qu'est-ce que Eternl ?

Eternl est une extension Chrome développée par https://eternl.io, et sa fonction principale est "A Cardano light wallet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eternl

Téléchargez les fichiers d'extension Eternl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Eternl Eternl
ID kmhcihpebfmpgmihbkipmjlmmioameka
URL Officiel https://chromewebstore.google.com/detail/eternl/kmhcihpebfmpgmihbkipmjlmmioameka
Description A Cardano light wallet.
Taille du Fichier 15.73 MB
Nombre d'Installations 103,138
Version Actuelle 1.11.18
Dernière Mise à Jour 2023-12-26
Date de Publication 2021-12-08
Évaluation 4.75/5 Total 59 Évaluations
Développeur https://eternl.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ccvault.io/app/mainnet/imprint
Langues Prises en Charge 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';"
}