Adena

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

Adena là gì?

Adena là một tiện ích mở rộng Chrome được phát triển bởi https://adena.app, và tính năng chính của nó là "Adena is a friendly browser extension wallet for the Gnoland blockchain.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adena

Tải xuống các tệp mở rộng Adena dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Adena Adena
ID oefglhbffgfkcpboeackfgdagmlnihnh
URL Chính Thức https://chromewebstore.google.com/detail/adena/oefglhbffgfkcpboeackfgdagmlnihnh
Mô tả Adena is a friendly browser extension wallet for the Gnoland blockchain.
Kích Thước Tệp 5.34 MB
Số Lần Cài Đặt 3,658
Phiên Bản Hiện Tại 1.9.1
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2022-07-13
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://adena.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adena.app
URL Trang Trợ Giúp https://docs.adena.app/resources/faq
URL Trang Chính Sách Bảo Mật https://adena.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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 *;"
    }
}