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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |