Coin Address Inspector
Cryptocoin address information.
Coin Address Inspector란 무엇입니까?
Coin Address Inspector은(는) Christopher de Beer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cryptocoin address information."입니다.
확장 프로그램 스크린샷
Coin Address Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Searches for bitcoin addresses on pages you visit, and allows you to click on them and see more information. Currently shows the addresses sent, recieved and total balances, as well as a link to it's blockchain.info page. Feedback improvement suggestions welcome in reviews section. Donate to: 1K1WYkeF9WTRmuNj4ZSopWfkspesEB1FxU for more features.
확장 프로그램 기본 정보
이름 | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
공식 URL | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
설명 | Cryptocoin address information. |
파일 크기 | 97.5 KB |
설치 횟수 | 184 |
현재 버전 | 0.5 |
최근 업데이트 | 2014-03-19 |
출시 날짜 | 2014-03-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Christopher de Beer |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://0circle.co.uk/cia |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coin Address Inspector", "description": "Cryptocoin address information.", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "manifest_version": 2 } |