Crypto Bro
Your bro for Crypto
Crypto Bro란 무엇입니까?
Crypto Bro은(는) khanguslee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your bro for Crypto"입니다.
확장 프로그램 스크린샷
Crypto Bro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension aims to help you view your crypto-currency portfolio worth on your web browser! Features include: - Coin data taken from coinmarketcap every 10 seconds - Enter the amount you have of a particular coin - Can view your portfolio in over 30 different currencies - Get notified if a coin goes over/under a certain value Don't forget to access the options menu, by right clicking on the app icon, to set alerts and quantity of each coin. Feel free to leave feedback on how you would like to improve the extension! v1.1.2 (07/04/2018) - Fixed issue where options page was displaying incorrectly v1.1.1 (23/01/2018) - Alert icon shown next to name if there is an alert set for that coin - Tell user that they have not selected a coin yet (Prevent an empty window showing up instead) - Fixed issue where alerts were occurring for coins that were not enabled - Various UI changes to options and index pages - Highlight Alert button if there is an alert set for that coin - Be able to set currency to BTC type v1.0.1 (21/01/2018) - Fixed bug where the arrow direction was incorrect sometimes v1.0 (18/01/2018) - Major features complete!
확장 프로그램 기본 정보
이름 | Crypto Bro |
ID | pkfgnoklpgjbkdlgnjhaelhcojfcbial |
공식 URL | https://chromewebstore.google.com/detail/crypto-bro/pkfgnoklpgjbkdlgnjhaelhcojfcbial |
설명 | Your bro for Crypto |
파일 크기 | 287 KB |
설치 횟수 | 22 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2018-04-06 |
출시 날짜 | 2018-04-06 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | khanguslee |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Bro", "description": "Your bro for Crypto", "version": "1.1.2", "permissions": [ "storage", "notifications" ], "browser_action": { "default_popup": "html\/index.html", "default_title": "Crypto Bro", "default_icon": "icon_128.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "html\/options.html", "chrome_style": true } } |