Adena
Adena is a friendly browser extension wallet for the Gnoland blockchain.
Qu'est-ce que Adena ?
Adena est une extension Chrome développée par https://adena.app, et sa fonction principale est "Adena is a friendly browser extension wallet for the Gnoland blockchain.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Adena
Téléchargez les fichiers d'extension Adena au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Adena |
ID | oefglhbffgfkcpboeackfgdagmlnihnh |
URL Officiel | https://chromewebstore.google.com/detail/adena/oefglhbffgfkcpboeackfgdagmlnihnh |
Description | Adena is a friendly browser extension wallet for the Gnoland blockchain. |
Taille du Fichier | 5.34 MB |
Nombre d'Installations | 3,658 |
Version Actuelle | 1.9.1 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2022-07-13 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://adena.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://adena.app |
URL de la Page d'Aide | https://docs.adena.app/resources/faq |
URL de la Page de Politique de Confidentialité | https://adena.app/privacy |
Langues Prises en Charge | 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": [ " |