Add USD to Binance
Adds visual USD indicators for portfolio overview page in Binance
Add USD to Binance란 무엇입니까?
Add USD to Binance은(는) capitalconverter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds visual USD indicators for portfolio overview page in Binance"입니다.
확장 프로그램 스크린샷
Add USD to Binance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Push the extension button to convert total coin values and the per coin USD values Wait 5 minutes, push again for newly updated values! Eth Donations Welcome: 0x1a7b08ef131911c9da0d2d83d15e47da7b1a9591
확장 프로그램 기본 정보
이름 | Add USD to Binance |
ID | jnohlfddgmlbneghbhdcfkciajihfbik |
공식 URL | https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik |
설명 | Adds visual USD indicators for portfolio overview page in Binance |
파일 크기 | 3.74 KB |
설치 횟수 | 65 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2018-01-03 |
출시 날짜 | 2018-01-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | capitalconverter |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add USD to Binance", "description": "Adds visual USD indicators for portfolio overview page in Binance", "version": "2.0.5", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Present USD" }, "manifest_version": 2 } |