Nami
A wallet to experience Cardano to the fullest
Co to jest Nami?
Nami to rozszerzenie Chrome opracowane przez Berry, a jego główną funkcją jest „A wallet to experience Cardano to the fullest”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nami
Pobierz pliki rozszerzeń Nami w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Nami |
ID | lpfcbjknijpeeillifnkikgncikgfhdo |
Oficjalny URL | https://chromewebstore.google.com/detail/nami/lpfcbjknijpeeillifnkikgncikgfhdo |
Opis | A wallet to experience Cardano to the fullest |
Rozmiar pliku | 4.26 MB |
Liczba instalacji | 308,829 |
Aktualna Wersja | 3.7.2 |
Ostatnia Aktualizacja | 2024-03-02 |
Data Publikacji | 2021-07-12 |
Ocena | 3.18/5 Łącznie 190 Oceny |
Deweloper | Berry |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://namiwallet.io |
Adres URL Strony Polityki Prywatności | https://www.namiwallet.io/iog-privacy-policy.pdf |
Obsługiwane Języki | 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:\/\/*\/*", " |