Bitcoin GO
Get live notifications for bitcoin value
Bitcoin GO란 무엇입니까?
Bitcoin GO은(는) colkito에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get live notifications for bitcoin value"입니다.
확장 프로그램 스크린샷
Bitcoin GO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just shows the Bitstamp BTC (Bitcoin) price/rate. It's fetched every 10 seconds or when the user clicks on the icon. About badge background colours: * black - price did not change from last fetch. * green - price went up * red - price went down source code: https://github.com/colkito/BitcoinGO-extension *** This is not an official plugin! *** The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp. More info about Bitstamp can be found from bitstamp.net
확장 프로그램 기본 정보
이름 | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
공식 URL | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
설명 | Get live notifications for bitcoin value |
파일 크기 | 24.3 KB |
설치 횟수 | 64 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2014-01-29 |
출시 날짜 | 2014-01-29 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | colkito |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin GO", "version": "0.0.3", "description": "Get live notifications for bitcoin value", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitcoin-16.png" } } |