Blockchain Public Address Manager
Manage all your public addresses easily and copy to clipboard by only just one click.
Wat is Blockchain Public Address Manager?
Blockchain Public Address Manager is een Chrome-extensie ontwikkeld door https://cypherock.com, en de belangrijkste functie is "Manage all your public addresses easily and copy to clipboard by only just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blockchain Public Address Manager
Download Blockchain Public Address Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Blockchain Public Address Manager |
ID | faaggjfmapepjnccjbgafmeadcdgffnk |
Officiële URL | https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk |
Beschrijving | Manage all your public addresses easily and copy to clipboard by only just one click. |
Bestandsgrootte | 202 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2019-01-01 |
Publicatiedatum | 2019-01-01 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://cypherock.com |
Betalingswijze | free |
Extensiewebsite | https://cypherock.com/ |
URL van de Privacybeleid Pagina | https://sites.google.com/view/64c |
Ondersteunde Talen | 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" ] } |