Navano
Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised…
Was ist Navano?
Navano ist eine Chrome-Erweiterung, die von thandal entwickelt wurde, und ihr Hauptmerkmal ist "Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised…".
Erweiterungsscreenshots
Navano-Erweiterungs-CRX-Datei herunterladen
Laden Sie Navano-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised network. The Navano wallet stores all sensitive data locally (encrypted) and never communicates it to a server. Navano injects a rudimentary Nano API into every website's javascript context, to allow some basic Nano dapps. For this reason it requires permission to read and write to any webpage. However, the injected code is only a few lines long, and you can read it here: https://github.com/thandal/navano/blob/master/src/inject_script.js v0.0.3: fixes signing and improves the robustness of receiving transfers to new wallets.
Grundlegende Informationen zur Erweiterung
Name | Navano |
ID | ipncmlepbgkephhmehjhnfgefeehaeab |
Offizielle URL | https://chromewebstore.google.com/detail/navano/ipncmlepbgkephhmehjhnfgefeehaeab |
Beschreibung | Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised… |
Dateigröße | 1011 KB |
Installationsanzahl | 23 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2021-07-27 |
Veröffentlichungsdatum | 2021-06-24 |
Entwickler | thandal |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/thandal/navano |
Hilfeseite URL | https://github.com/thandal/navano/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "manifest_version": 2, "name": "Navano", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Navano", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ " |