Ravencoin Sign message extension
An extension that enables the user to create Digital Signatures using a Ravencoin address
ما هو Ravencoin Sign message extension؟
Ravencoin Sign message extension هو إضافة Chrome تم تطويرها بواسطة Raven Rebels، والميزة الرئيسية لها هي "An extension that enables the user to create Digital Signatures using a Ravencoin address".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ravencoin Sign message extension
قم بتنزيل ملفات الامتداد Ravencoin Sign message extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ravencoin users can use this extension to create digital signatures with a Ravencoin address. Nothing less, nothing more. You enter your Ravencoin address private key in Wallet Import Format (WIF). Now you can create digital signatures using your private key. This can for example be used to sign in to web sites.
معلومات أساسية عن التمديد
الاسم | Ravencoin Sign message extension |
ID | npfghnmhcandpllgkaofddkkegjmcoha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ravencoin-sign-message-ex/npfghnmhcandpllgkaofddkkegjmcoha |
الوصف | An extension that enables the user to create Digital Signatures using a Ravencoin address |
حجم الملف | 355 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2023-02-28 |
تاريخ النشر | 2022-08-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Raven Rebels |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ravenrebels/ravencoin-chrome-extension |
عنوان صفحة المساعدة | https://github.com/ravenrebels/ravencoin-chrome-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": ".\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/idp.ravenrebels.com\/*" ], "js": [ "content_script.js" ] } ], "description": "An extension that enables the user to create Digital Signatures using a Ravencoin address", "icons": { "128": "ravencoin-rvn-logo.png" }, "manifest_version": 3, "name": "Ravencoin Sign message extension", "permissions": [ "storage", "activeTab" ], "version": "1.4.1" } |