Bitcoin Live
Get live notifications for bitcoin value
Bitcoin Live란 무엇입니까?
Bitcoin Live은(는) yoni jah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get live notifications for bitcoin value"입니다.
확장 프로그램 스크린샷
Bitcoin Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will automatically monitor Bitcoin values from mtgox and bitcoin average. - live value displayed in your browser - live notification on drastic value changes - easy access to your favorite on-line charts - (new) supports mBTC μBTC and Matoshi units Please check the extension options after installing it to set your own preferences. I'm really happy about all the positive reviews but if you have any questions you'll get a faster response if you ask them on my blog - http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
확장 프로그램 기본 정보
이름 | |
ID | gihnmkplbiedplobapnkhgblipfgjoci |
공식 URL | https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci |
설명 | Get live notifications for bitcoin value |
파일 크기 | 56.25 KB |
설치 횟수 | 245 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2013-11-28 |
출시 날짜 | 2013-11-28 |
평점 | 4.19/5 총 27 개의 평점 |
개발자 | yoni jah |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Live", "description": "Get live notifications for bitcoin value", "version": "0.2.1", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "*:\/\/data.mtgox.com\/*", "https:\/\/websocket.mtgox.com\/*", "storage", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "bitcoin-128.png", "default_popup": "popup.html" } } |