Adena
Adena is a friendly browser extension wallet for the Gnoland blockchain.
Adenaคืออะไร?
Adena เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adena.app และคุณลักษณะหลักของมันคือ "Adena is a friendly browser extension wallet for the Gnoland blockchain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adena
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |