rHub
Displays ae/h for rPlanet elements on AtomicHub.
rHub란 무엇입니까?
rHub은(는) the.nurbrun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays ae/h for rPlanet elements on AtomicHub."입니다.
확장 프로그램 스크린샷
rHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WHAT: rHub adds hourly staking values to rPlanet elements listed on AtomicHub. WHY: The current solution is a community managed google document. It is hard and time consuming to quickly look up staking values for each listed element. HOW: rHub modifies HTML (ONLY) on the Atomic Hub market page. It does not require logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent. Source code: https://github.com/nurbrun/rHub
확장 프로그램 기본 정보
이름 | rHub |
ID | lpnjccocbofcebeofldplhkfnppopjnj |
공식 URL | https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj |
설명 | Displays ae/h for rPlanet elements on AtomicHub. |
파일 크기 | 1.82 MB |
설치 횟수 | 988 |
현재 버전 | 2.06 |
최근 업데이트 | 2021-08-15 |
출시 날짜 | 2021-05-13 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | the.nurbrun |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rHub", "description": "Displays ae\/h for rPlanet elements on AtomicHub.", "version": "2.06", "manifest_version": 3, "options_page": "options.html", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } }, "icons": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } } |