Navano
Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised…
ما هو Navano؟
Navano هو إضافة Chrome تم تطويرها بواسطة thandal، والميزة الرئيسية لها هي "Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Navano
قم بتنزيل ملفات الامتداد Navano بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Navano |
ID | ipncmlepbgkephhmehjhnfgefeehaeab |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/navano/ipncmlepbgkephhmehjhnfgefeehaeab |
الوصف | Navano is an opensource featherweight Nano wallet in your browser. Nano is a fast & fee-less currency secured by a decentralised… |
حجم الملف | 1011 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2021-07-27 |
تاريخ النشر | 2021-06-24 |
المطور | thandal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/thandal/navano |
عنوان صفحة المساعدة | https://github.com/thandal/navano/issues |
اللغات المدعومة | 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": [ " |