Blockchain Public Address Manager
Manage all your public addresses easily and copy to clipboard by only just one click.
ما هو Blockchain Public Address Manager؟
Blockchain Public Address Manager هو إضافة Chrome تم تطويرها بواسطة https://cypherock.com، والميزة الرئيسية لها هي "Manage all your public addresses easily and copy to clipboard by only just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blockchain Public Address Manager
قم بتنزيل ملفات الامتداد Blockchain Public Address Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Manage all your Public Addresses easily and eliminate the need to type the long public address again and again. * One click copy and pasting of public address. * Move the entries up or down the queue or delete an address. * Add custom name/alias to an address. * Over 880+ coins and 230+ exchanges supported, including paper and hardware wallet options. * Add details to an address like: --coin name --exchange --Alias(optional) *Link to github repo --https://github.com/Cypherock/Bloackchain-Public-Address-Manager
معلومات أساسية عن التمديد
الاسم | Blockchain Public Address Manager |
ID | faaggjfmapepjnccjbgafmeadcdgffnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk |
الوصف | Manage all your public addresses easily and copy to clipboard by only just one click. |
حجم الملف | 202 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2019-01-01 |
تاريخ النشر | 2019-01-01 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://cypherock.com |
نوع الدفع | free |
موقع الإضافة | https://cypherock.com/ |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/64c |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blockchain Public Address Manager", "short_name": "Key Manager", "description": "Manage all your public addresses easily and copy to clipboard by only just one click.", "version": "0.0.8", "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_popup": "popup.html", "default_title": "Key Manager" }, "permissions": [ "activeTab", "storage" ] } |