Blockchain Public Address Manager
Manage all your public addresses easily and copy to clipboard by only just one click.
Apa itu Blockchain Public Address Manager?
Blockchain Public Address Manager adalah ekstensi Chrome yang dikembangkan oleh https://cypherock.com, dan fitur utamanya adalah "Manage all your public addresses easily and copy to clipboard by only just one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Blockchain Public Address Manager
Unduh file ekstensi Blockchain Public Address Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Blockchain Public Address Manager |
ID | faaggjfmapepjnccjbgafmeadcdgffnk |
URL Resmi | https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk |
Deskripsi | Manage all your public addresses easily and copy to clipboard by only just one click. |
Ukuran File | 202 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 0.0.8 |
Terakhir Diperbarui | 2019-01-01 |
Tanggal Publikasi | 2019-01-01 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://cypherock.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://cypherock.com/ |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/64c |
Bahasa yang Didukung | 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" ] } |