Nami
A wallet to experience Cardano to the fullest
What is Nami?
Nami is a Chrome extension developed by Berry, and its main feature is "A wallet to experience Cardano to the fullest".
Extension Screenshots
Download Nami Extension CRX File
Download Nami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Nami |
ID | lpfcbjknijpeeillifnkikgncikgfhdo |
Official URL | https://chromewebstore.google.com/detail/nami/lpfcbjknijpeeillifnkikgncikgfhdo |
Description | A wallet to experience Cardano to the fullest |
File Size | 4.26 MB |
Installation Count | 308,829 |
Current Version | 3.7.2 |
Last Updated | 2024-03-02 |
Publish Date | 2021-07-12 |
Rating | 3.18/5 Total 190 Ratings |
Developer | Berry |
[email protected] | |
Payment Type | free |
Extension Website | https://namiwallet.io |
Privacy Policy Page URL | https://www.namiwallet.io/iog-privacy-policy.pdf |
Supported Languages | 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:\/\/*\/*", " |