Adena

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

Cos'è Adena?

Adena è un'estensione di Chrome sviluppata da https://adena.app, e la sua funzione principale è "Adena is a friendly browser extension wallet for the Gnoland blockchain.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Adena

Scarica i file di estensione Adena in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Adena Adena
ID oefglhbffgfkcpboeackfgdagmlnihnh
URL Ufficiale https://chromewebstore.google.com/detail/adena/oefglhbffgfkcpboeackfgdagmlnihnh
Descrizione Adena is a friendly browser extension wallet for the Gnoland blockchain.
Dimensione del File 5.34 MB
Conteggio Installazioni 3,658
Versione Corrente 1.9.1
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2022-07-13
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://adena.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adena.app
URL della Pagina di Aiuto https://docs.adena.app/resources/faq
URL della Pagina della Politica sulla Privacy https://adena.app/privacy
Lingue Supportate 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 *;"
    }
}