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是由https://cypherock.com开发的Chrome扩展程序,该扩展的主要功能是“Manage all your public addresses easily and copy to clipboard by only just one click.”。
扩展截图
下载Blockchain Public Address Manager扩展crx文件
下载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" ] } |