Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Nanopool Calculator Extension란 무엇입니까?
Nanopool Calculator Extension은(는) Xzen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…"입니다.
확장 프로그램 스크린샷
Nanopool Calculator Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from nanopool.org and from the values in your options. Source: https://github.com/XzenTorXz/Chrome-Nanopool-Calculator-Extension Discussion: https://www.reddit.com/r/EtherMining/comments/71ridy/chrome_nanopool_calculator_extension/ Screenshots: https://imgur.com/gallery/N5GmV How to: - Install - Setup options (after the installation a link apears right on top of the calculation table) - happy mining
확장 프로그램 기본 정보
이름 | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
공식 URL | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
설명 | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
파일 크기 | 130 KB |
설치 횟수 | 71 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2018-02-11 |
출시 날짜 | 2018-02-11 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Xzen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nanopool Calculator Extension", "version": "0.0.4", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/nanopool.org", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nanopool.org\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/content\/Options.js", "\/src\/content\/addRow.js", "\/src\/content\/addCalc.js" ], "css": [ "\/src\/content\/style.css" ] } ], "permissions": [ "storage", "https:\/\/*.nanopool.org\/*" ], "web_accessible_resources": [ "src\/content\/options.html" ] } |