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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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": [ " |