Better Bittrex
Making using Bittrex just a little easier.
Better Bittrex란 무엇입니까?
Better Bittrex은(는) stuckpigg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making using Bittrex just a little easier."입니다.
확장 프로그램 스크린샷
Better Bittrex 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Updated for new bittrex site. Updated to only put the chart when there is already a chart there to replace. Removes default charts and adds in trading views charts. Published source for transparency to https://github.com/ctharvey/Better-Bittrex Submit ideas/issues as well to the github. Donations accepted. Ether: 0x3657a8235997Eb4182eD0515f820B79c21286242 Bitcion: 1LbdVrmk24RgS3ijSXNGEm16gApNZTQH9m
확장 프로그램 기본 정보
이름 | Better Bittrex |
ID | hdchkkimlockolfnpkanppdldbmefkdn |
공식 URL | https://chromewebstore.google.com/detail/better-bittrex/hdchkkimlockolfnpkanppdldbmefkdn |
설명 | Making using Bittrex just a little easier. |
파일 크기 | 144 KB |
설치 횟수 | 667 |
현재 버전 | 0.0.10 |
최근 업데이트 | 2018-04-18 |
출시 날짜 | 2018-04-17 |
평점 | 4.30/5 총 23 개의 평점 |
개발자 | stuckpigg |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Bittrex", "version": "0.0.10", "manifest_version": 2, "description": "Making using Bittrex just a little easier.", "icons": { "16": "icons\/BetterBittrex16.png", "48": "icons\/BetterBittrex48.png", "128": "icons\/BetterBittrex128.png" }, "browser_action": { "default_icon": "icons\/BetterBittrex128.png", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "https:\/\/bittrex.com\/*", "activeTab", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js", "js\/BetterBittrex.js", "js\/studies.js", "js\/tv.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/tradingview.com; object-src 'self'" } |