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 |
官方網址 | 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" ] } |