Eternl

A Cardano light wallet.

Vad är Eternl?

Eternl är en Chrome-tillägg utvecklad av https://eternl.io, och dess huvudfunktion är "A Cardano light wallet.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Eternl-förlängningens CRX-fil

Ladda ner Eternl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Eternl Eternl
ID kmhcihpebfmpgmihbkipmjlmmioameka
Officiell webbadress https://chromewebstore.google.com/detail/eternl/kmhcihpebfmpgmihbkipmjlmmioameka
Beskrivning A Cardano light wallet.
Filstorlek 15.73 MB
Antal Installationer 103,138
Aktuell Version 1.11.18
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2021-12-08
Betyg 4.75/5 Totalt 59 Betyg
Utvecklare https://eternl.io
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://ccvault.io/app/mainnet/imprint
Stödda Språk 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';"
}