rHub
Displays ae/h for rPlanet elements on AtomicHub.
什麼是rHub?
rHub是由the.nurbrun開發的Chrome擴展程式,該擴展的主要功能是“Displays ae/h for rPlanet elements on AtomicHub.”。
擴展截圖
下載rHub擴展crx文件
下載rHub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | lpnjccocbofcebeofldplhkfnppopjnj |
| 官方網址 | 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"
}
} | |