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.」です。
拡張機能のスクリーンショット
Blockchain Public Address Manager拡張機能のCRXファイルをダウンロード
Blockchain Public Address Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } |