Blockchain Public Address Manager
Manage all your public addresses easily and copy to clipboard by only just one click.
Blockchain Public Address Manager là gì?
Blockchain Public Address Manager là một tiện ích mở rộng Chrome được phát triển bởi https://cypherock.com, và tính năng chính của nó là "Manage all your public addresses easily and copy to clipboard by only just one click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blockchain Public Address Manager
Tải xuống các tệp mở rộng Blockchain Public Address Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Blockchain Public Address Manager |
ID | faaggjfmapepjnccjbgafmeadcdgffnk |
URL Chính Thức | https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk |
Mô tả | Manage all your public addresses easily and copy to clipboard by only just one click. |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2019-01-01 |
Ngày Phát Hành | 2019-01-01 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://cypherock.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cypherock.com/ |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/64c |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |