Blockchain Public Address Manager

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

Blockchain Public Address Manager란 무엇입니까?

Blockchain Public Address Manager은(는) https://cypherock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage all your public addresses easily and copy to clipboard by only just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Blockchain Public Address Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Blockchain Public Address Manager Blockchain Public Address Manager
ID faaggjfmapepjnccjbgafmeadcdgffnk
공식 URL https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk
설명 Manage all your public addresses easily and copy to clipboard by only just one click.
파일 크기 202 KB
설치 횟수 12
현재 버전 0.0.8
최근 업데이트 2019-01-01
출시 날짜 2019-01-01
평점 5.00/5 총 4 개의 평점
개발자 https://cypherock.com
결제 유형 free
확장 프로그램 웹 사이트 https://cypherock.com/
개인정보 보호 정책 페이지 URL https://sites.google.com/view/64c
지원되는 언어 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"
    ]
}