Blockchain Public Address Manager

Manage all your public addresses easily and copy to clipboard by only just one click.

Was ist Blockchain Public Address Manager?

Blockchain Public Address Manager ist eine Chrome-Erweiterung, die von https://cypherock.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage all your public addresses easily and copy to clipboard by only just one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Blockchain Public Address Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blockchain Public Address Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Blockchain Public Address Manager Blockchain Public Address Manager
ID faaggjfmapepjnccjbgafmeadcdgffnk
Offizielle URL https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk
Beschreibung Manage all your public addresses easily and copy to clipboard by only just one click.
Dateigröße 202 KB
Installationsanzahl 12
Aktuelle Version 0.0.8
Letztes Update 2019-01-01
Veröffentlichungsdatum 2019-01-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://cypherock.com
Zahlungsart free
Erweiterungswebsite https://cypherock.com/
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/64c
Unterstützte Sprachen 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"
    ]
}