btc-e terminator
Makes simple and fast terminal from original btc-e homepage
btc-e terminator란 무엇입니까?
btc-e terminator은(는) dhilt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes simple and fast terminal from original btc-e homepage"입니다.
확장 프로그램 스크린샷
btc-e terminator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now you can block unfunctional (and functional) sections of btc-e.com homepage! - block CHAT - block all right sidebar - block CHARTS - block trade history - block buy/sell order lists - etc UPD: integration with bitcoinWisdom (!) Extension feedback https://groups.google.com/forum/#!forum/btc-e-terminator Extension sources https://github.com/dhilt/btc-e-terminator Extension donate BTC@1DZXZGkUCmSUNmRTMrx9hj2e22y4mEn6vW Have a good trades! dhilt, 2014
확장 프로그램 기본 정보
이름 | btc-e terminator |
ID | jlfdbhddibhoilgnobkdcefhlkghhkmn |
공식 URL | https://chromewebstore.google.com/detail/btc-e-terminator/jlfdbhddibhoilgnobkdcefhlkghhkmn |
설명 | Makes simple and fast terminal from original btc-e homepage |
파일 크기 | 64.35 KB |
설치 횟수 | 28 |
현재 버전 | 0.2.6 |
최근 업데이트 | 2014-11-16 |
출시 날짜 | 2014-11-15 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | dhilt |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://groups.google.com/forum/#!forum/btc-e-terminator |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "btc-e terminator", "short_name": "btc-e terminator", "version": "0.2.6", "description": "Makes simple and fast terminal from original btc-e homepage", "options_page": "options.html", "icons": { "128": "btceterminator128.png", "48": "btceterminator48.png" }, "content_scripts": [ { "matches": [ "https:\/\/btc-e.com\/", "https:\/\/btc-e.com\/exchange\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "storage", "https:\/\/bitcoinwisdom.com\/*" ], "web_accessible_resources": [ "contentscript.css", "options.html", "shotgun.png" ], "manifest_version": 2 } |