Nami
A wallet to experience Cardano to the fullest
Namiคืออะไร?
Nami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Berry และคุณลักษณะหลักของมันคือ "A wallet to experience Cardano to the fullest"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nami
ดาวน์โหลดไฟล์ส่วนขยาย Nami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nami is a browser-based wallet extension for interacting with the Cardano blockchain. It allows users to send and store multiple assets, delegate ada, and more. The extension injects an API into every website's javascript context, so that arbitrary transactions can be built and signed. Private keys associated with users’ wallets are not stored on centrally hosted servers. They are stored only on the user’s computer and are encrypted with the wallet password. Nami was created by Alessandro Konrad and is maintained by IOG. Useful links: https://namiwallet.io https://github.com/input-output-hk/nami-wallet https://iohk.io https://lace.io Offered by: IOG
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nami |
ID | lpfcbjknijpeeillifnkikgncikgfhdo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nami/lpfcbjknijpeeillifnkikgncikgfhdo |
คำอธิบาย | A wallet to experience Cardano to the fullest |
ขนาดไฟล์ | 4.26 MB |
จำนวนการติดตั้ง | 308,829 |
เวอร์ชันปัจจุบัน | 3.7.2 |
อัปเดตครั้งล่าสุด | 2024-03-02 |
วันที่เผยแพร่ | 2021-07-12 |
คะแนน | 3.18/5 รวมทั้งหมด 190 คะแนน |
ผู้พัฒนา | Berry |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://namiwallet.io |
URL หน้านโยบายความเป็นส่วนตัว | https://www.namiwallet.io/iog-privacy-policy.pdf |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A wallet to experience Cardano to the fullest", "version": "3.7.2", "manifest_version": 3, "name": "Nami", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "mainPopup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |