Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
ما هو Sugarchain Wallet Extension؟
Sugarchain Wallet Extension هو إضافة Chrome تم تطويرها بواسطة Nugetzrul3، والميزة الرئيسية لها هي "Light Web Wallet for Sugarchain as a Chrome Extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sugarchain Wallet Extension
قم بتنزيل ملفات الامتداد Sugarchain Wallet Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sugarchain: One-CPU-One-Vote, the worlds fastest Proof of Work blockchain This light chrome extension allows you to create new or import existing sugarchain wallets and allows you to send and receive sugarchain from your browser! This extension is fully open source and can be forked for other bitcoin based cryptocurrencies. Source code can be found here: https://github.com/Nugetzrul3/Sugarchain-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/sugarchain-project/api-server).
معلومات أساسية عن التمديد
الاسم | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
الوصف | Light Web Wallet for Sugarchain as a Chrome Extension. |
حجم الملف | 224 KB |
عدد التثبيتات | 632 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-12-01 |
تاريخ النشر | 2020-07-07 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Nugetzrul3 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sugarchain.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sugarchain Wallet Extension", "version": "1.1", "manifest_version": 2, "description": "Light Web Wallet for Sugarchain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "Sugarchain Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |