Bitcoin Address Lookup
Easily gather information regarding a particular bitcoin address.
Bitcoin Address Lookup란 무엇입니까?
Bitcoin Address Lookup은(는) Zack Banack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily gather information regarding a particular bitcoin address."입니다.
Bitcoin Address Lookup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Highlight a bitcoin address on a webpage, right click, and select "Bitcoin Address Lookup" from the popup menu to go to the bitcoin block explorer. http://zackbanack.com/
확장 프로그램 기본 정보
이름 | |
ID | plhgbjemkkbmmmanahmlaagdjebhmlcc |
공식 URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/plhgbjemkkbmmmanahmlaagdjebhmlcc |
설명 | Easily gather information regarding a particular bitcoin address. |
파일 크기 | 10.28 KB |
설치 횟수 | 23 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2014-12-13 |
출시 날짜 | 2014-12-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Zack Banack |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://zackbanack.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Address Lookup", "manifest_version": 2, "author": "Zack Banack", "version": "0.0.1", "description": "Easily gather information regarding a particular bitcoin address.", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |