Eternl

A Cardano light wallet.

Eternl란 무엇입니까?

Eternl은(는) https://eternl.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Cardano light wallet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Eternl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Eternl Eternl
ID kmhcihpebfmpgmihbkipmjlmmioameka
공식 URL https://chromewebstore.google.com/detail/eternl/kmhcihpebfmpgmihbkipmjlmmioameka
설명 A Cardano light wallet.
파일 크기 15.73 MB
설치 횟수 103,138
현재 버전 1.11.18
최근 업데이트 2023-12-26
출시 날짜 2021-12-08
평점 4.75/5 총 59 개의 평점
개발자 https://eternl.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ccvault.io/app/mainnet/imprint
지원되는 언어 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';"
}