Bitcoin Address Lookup
Lookup Bitcoin addresses from context menu.
Bitcoin Address Lookup란 무엇입니까?
Bitcoin Address Lookup은(는) https://jonls.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup Bitcoin addresses from context menu."입니다.
확장 프로그램 스크린샷
Bitcoin Address Lookup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lookup Bitcoin addresses from the context menu. Currently blockchain.info is supported for lookups. Highlight the Bitcoin address on any page with the mouse, then right-click and select "Lookup Bitcoin address". You can also simply right-click any valid Bitcoin URL link and select the same option. The address info page will open in a new tab. The source code is available here: https://github.com/jonls/Bitcoin-Address-Lookup
확장 프로그램 기본 정보
이름 | Bitcoin Address Lookup |
ID | pmlblkdmadbidammhjiponepngbfcpge |
공식 URL | https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge |
설명 | Lookup Bitcoin addresses from context menu. |
파일 크기 | 12.01 KB |
설치 횟수 | 226 |
현재 버전 | 0.1 |
최근 업데이트 | 2013-03-06 |
출시 날짜 | 2013-03-06 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | https://jonls.dk |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Address Lookup", "version": "0.1", "manifest_version": 2, "description": "Lookup Bitcoin addresses from context menu.", "icons": { "16": "images\/bitcoin-16.png", "48": "images\/bitcoin-48.png", "128": "images\/bitcoin-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |