Blockchain.info Address Search
Adds right-click context menu to search Blockchain.info for a bitcoin address
Blockchain.info Address Search란 무엇입니까?
Blockchain.info Address Search은(는) jtibble에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds right-click context menu to search Blockchain.info for a bitcoin address"입니다.
확장 프로그램 스크린샷
Blockchain.info Address Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UPDATE Dec 6 2013: Now if you highlight a transaction hash, it will pull it up as well! Install this extension to add a right-click context menu to Chrome. When a bitcoin address is selected (by double-clicking), right-click and choose the "Search Blockchain.info" option to pull up that address' history at Blockchain.info. If you find this extension useful, send a bitcent or two to 1Jnvhd8XupVWtNuhMnZZczNTXDeoEB5YyW Code can be found at https://github.com/jtibble/Blockchain.info-Search-Chrome-Extension Thanks!
확장 프로그램 기본 정보
이름 | Blockchain.info Address Search |
ID | aipmpbhchlkopmpoaipbelfpniojcnkb |
공식 URL | https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb |
설명 | Adds right-click context menu to search Blockchain.info for a bitcoin address |
파일 크기 | 10.33 KB |
설치 횟수 | 440 |
현재 버전 | 1.11 |
최근 업데이트 | 2013-12-07 |
출시 날짜 | 2013-12-07 |
평점 | 4.31/5 총 13 개의 평점 |
개발자 | jtibble |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blockchain.info Address Search", "description": "Adds right-click context menu to search Blockchain.info for a bitcoin address", "version": "1.11", "permissions": [ "contextMenus", "http:\/\/*\/*" ], "background": { "scripts": [ "search.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon_tiny.png" } } |