Binance Valuations
Finds values of individual wallets inside binance!
Binance Valuations란 무엇입니까?
Binance Valuations은(는) Cody Neiman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds values of individual wallets inside binance!"입니다.
확장 프로그램 스크린샷
Binance Valuations 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Discontinued as this became an official feature of Binance in March 2018** *NOT AFFILIATED WITH "Binance.com" IN ANY WAY, USE AT YOUR OWN RISK Adds value of each wallet in Binance (under deposits and withdraws) after clicking on the chrome extension icon. Most recent releases: v0.4.0 86% Faster! v0.3.2 Value of each coin now displayed v0.3.1 Less API calls and formatting bug fixed v0.3.0 Improved formatting, links, and easier to read code Fully Open Source! https://github.com/Matrix-Guy/binance-valuations You probably shouldn't trust anything like this that is closed source, which is why you can view the code on github! That being said, the creator(s) of this chrome extension assume NO responsibility for any damages caused by this extension and as such can not be held liable for any problems related to or caused by this extension! Please post any bugs or suggestions to the github page!
확장 프로그램 기본 정보
이름 | Binance Valuations |
ID | gigeklhepgkfmglclnonjblcchoalpda |
공식 URL | https://chromewebstore.google.com/detail/binance-valuations/gigeklhepgkfmglclnonjblcchoalpda |
설명 | Finds values of individual wallets inside binance! |
파일 크기 | 336 KB |
설치 횟수 | 90 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2018-04-13 |
출시 날짜 | 2018-04-13 |
평점 | 3.00/5 총 10 개의 평점 |
개발자 | Cody Neiman |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Matrix-Guy/binance-valuations |
도움말 페이지 URL | https://github.com/Matrix-Guy/binance-valuations/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance Valuations", "version": "0.4.0", "description": "Finds values of individual wallets inside binance!", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |