Adena

Adena is a friendly browser extension wallet for the Gnoland blockchain.

Was ist Adena?

Adena ist eine Chrome-Erweiterung, die von https://adena.app entwickelt wurde, und ihr Hauptmerkmal ist "Adena is a friendly browser extension wallet for the Gnoland blockchain.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Adena-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adena-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Only Wallet You Need. Your Gateway to Gnoland.

Frictionless Onboarding Experience
- Create a wallet with your preferred option.
- Available on your favorite web browsers.
- Manage multiple accounts securely.
- Switch between supported networks.

The Only Wallet You Need
- Send & receive any tokens on Gnoland.
- Check your recent activities at a glance.
- Connect to web applications.
- Sign Gno contracts.

Privacy as a Priority
- Open-source: The codebase of Adena is fully open-source for transparency.
- Non-custodial: Your private keys are securely encrypted and locally stored on your device.
- Private: We don’t track your personal information; you have full control of your data.

Kickstart your Web3 journey with Adena, the flagship Gnoland wallet!                    

Grundlegende Informationen zur Erweiterung

Name Adena Adena
ID oefglhbffgfkcpboeackfgdagmlnihnh
Offizielle URL https://chromewebstore.google.com/detail/adena/oefglhbffgfkcpboeackfgdagmlnihnh
Beschreibung Adena is a friendly browser extension wallet for the Gnoland blockchain.
Dateigröße 5.34 MB
Installationsanzahl 3,658
Aktuelle Version 1.9.1
Letztes Update 2024-02-28
Veröffentlichungsdatum 2022-07-13
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://adena.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adena.app
Hilfeseite URL https://docs.adena.app/resources/faq
URL der Datenschutzrichtlinien-Seite https://adena.app/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adena",
    "version": "1.9.1",
    "description": "Adena is a friendly browser extension wallet for the Gnoland blockchain.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; default-src 'self'; img-src 'self' https: data:; font-src data: https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/cdn.jsdelivr.net; connect-src 'self' data: *; frame-src *;"
    }
}