TP's Bitcoin Balance
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…
TP's Bitcoin Balance란 무엇입니까?
TP's Bitcoin Balance은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…"입니다.
확장 프로그램 스크린샷
TP's Bitcoin Balance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This simple extension tracks the balance of your multiple addresses and even lets you see your most recent transactions. All that data is just a click away at all times. All data displayed comes from blockchain.info, one of the most reliable Bitcoin websites.
확장 프로그램 기본 정보
이름 | TP's Bitcoin Balance |
ID | caopgikafahfcgbfaagibfelkoaehjjp |
공식 URL | https://chromewebstore.google.com/detail/tps-bitcoin-balance/caopgikafahfcgbfaagibfelkoaehjjp |
설명 | Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This… |
파일 크기 | 37.74 KB |
설치 횟수 | 119 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-06-01 |
출시 날짜 | 2013-06-01 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
도움말 페이지 URL | https://github.com/ThePiachu/TPs-Bitcoin-Balance |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TP's Bitcoin Balance", "version": "1.1", "permissions": [ "alarms", "https:\/\/blockchain.info\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "TP's Bitcoin Balance" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |