Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Crypto Prices (Binance)란 무엇입니까?
Crypto Prices (Binance)은(는) passbbi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prices of crypto currencies from Binance.com"입니다.
확장 프로그램 스크린샷
Crypto Prices (Binance) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
확장 프로그램 기본 정보
이름 | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
공식 URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
설명 | Prices of crypto currencies from Binance.com |
파일 크기 | 24.28 KB |
설치 횟수 | 91 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-01-03 |
출시 날짜 | 2018-01-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | passbbi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |