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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |