Nami
A wallet to experience Cardano to the fullest
Vad är Nami?
Nami är en Chrome-tillägg utvecklad av Berry, och dess huvudfunktion är "A wallet to experience Cardano to the fullest".
Tilläggsskärmbilder
Ladda ner Nami-förlängningens CRX-fil
Ladda ner Nami-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Nami |
ID | lpfcbjknijpeeillifnkikgncikgfhdo |
Officiell webbadress | https://chromewebstore.google.com/detail/nami/lpfcbjknijpeeillifnkikgncikgfhdo |
Beskrivning | A wallet to experience Cardano to the fullest |
Filstorlek | 4.26 MB |
Antal Installationer | 308,829 |
Aktuell Version | 3.7.2 |
Senast Uppdaterad | 2024-03-02 |
Publiceringsdatum | 2021-07-12 |
Betyg | 3.18/5 Totalt 190 Betyg |
Utvecklare | Berry |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://namiwallet.io |
URL till Sekretesspolicy Sidan | https://www.namiwallet.io/iog-privacy-policy.pdf |
Stödda Språk | 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:\/\/*\/*", " |