Blockchain Public Address Manager

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

Qu'est-ce que Blockchain Public Address Manager ?

Blockchain Public Address Manager est une extension Chrome développée par https://cypherock.com, et sa fonction principale est "Manage all your public addresses easily and copy to clipboard by only just one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blockchain Public Address Manager

Téléchargez les fichiers d'extension Blockchain Public Address Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Blockchain Public Address Manager Blockchain Public Address Manager
ID faaggjfmapepjnccjbgafmeadcdgffnk
URL Officiel https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk
Description Manage all your public addresses easily and copy to clipboard by only just one click.
Taille du Fichier 202 KB
Nombre d'Installations 12
Version Actuelle 0.0.8
Dernière Mise à Jour 2019-01-01
Date de Publication 2019-01-01
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://cypherock.com
Type de Paiement free
Site Web de l'Extension https://cypherock.com/
URL de la Page de Politique de Confidentialité https://sites.google.com/view/64c
Langues Prises en Charge 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"
    ]
}