Binance portfolio distribution and price
See the distribution and the value of your Binance Portfolio
Binance portfolio distribution and price란 무엇입니까?
Binance portfolio distribution and price은(는) nim.izadi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See the distribution and the value of your Binance Portfolio"입니다.
확장 프로그램 스크린샷
Binance portfolio distribution and price 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC - See the value of each of your holding - See the distribution of your assets: 30% BTC, 25% ETH, etc. - See last 1h / 24h / 1d change - See coin price
확장 프로그램 기본 정보
이름 | Binance portfolio distribution and price |
ID | hehgjfflnnegoonpmohkklklgfpgdcmg |
공식 URL | https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg |
설명 | See the distribution and the value of your Binance Portfolio |
파일 크기 | 134 KB |
설치 횟수 | 71 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2018-01-23 |
출시 날짜 | 2018-01-23 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | nim.izadi |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.9", "name": "Binance portfolio distribution and price", "manifest_version": 2, "description": "See the distribution and the value of your Binance Portfolio", "browser_action": { "default_title": "Binance portfolio", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;" } |