Blockchain Public Address Manager

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

What is Blockchain Public Address Manager?

Blockchain Public Address Manager is a Chrome extension developed by https://cypherock.com, and its main feature is "Manage all your public addresses easily and copy to clipboard by only just one click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Blockchain Public Address Manager Extension CRX File

Download Blockchain Public Address Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Blockchain Public Address Manager Blockchain Public Address Manager
ID faaggjfmapepjnccjbgafmeadcdgffnk
Official URL 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.
File Size 202 KB
Installation Count 12
Current Version 0.0.8
Last Updated 2019-01-01
Publish Date 2019-01-01
Rating 5.00/5 Total 4 Ratings
Developer https://cypherock.com
Payment Type free
Extension Website https://cypherock.com/
Privacy Policy Page URL https://sites.google.com/view/64c
Supported Languages 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"
    ]
}