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
公式URL 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
Eメール [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 *;"
    }
}