Adena

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

什麼是Adena?

Adena是由https://adena.app開發的Chrome擴展程式,該擴展的主要功能是“Adena is a friendly browser extension wallet for the Gnoland blockchain.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Adena擴展crx文件

下載Adena擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Adena Adena
ID oefglhbffgfkcpboeackfgdagmlnihnh
官方網址 https://chromewebstore.google.com/detail/adena/oefglhbffgfkcpboeackfgdagmlnihnh
簡介 Adena is a friendly browser extension wallet for the Gnoland blockchain.
檔案大小 5.34 MB
安裝次數 3,658
目前版本 1.9.1
更新時間 2024-02-28
上架時間 2022-07-13
評分 5.00/5 共 4 次評分
開發者 https://adena.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://adena.app
說明頁面URL https://docs.adena.app/resources/faq
隱私政策頁面URL https://adena.app/privacy
支援的語言 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 *;"
    }
}