rPlanet Asset Summary
Why no tables
什麼是rPlanet Asset Summary?
rPlanet Asset Summary是由the.nurbrun開發的Chrome擴展程式,該擴展的主要功能是“Why no tables”。
擴展截圖
下載rPlanet Asset Summary擴展crx文件
下載rPlanet Asset Summary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WHAT: This is a front-end modification that re-skins the current rplanet.io dashboard.
WHY: It can be hard to track assets owned on R-Planet (rplanet.io) with the current dashboard layout. For example, it is hard to tell how many of asset "X" you own and how much Aether/hour is generated from your position in asset "X". The purpose is to remove images, sort alphabetically and sum Aether income generated per hour.
HOW: This extension modifies HTML (ONLY) on the R Planet staking rewards page. This extension does not require any logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent. The functionality of this extension will grow with R Planets new features until the dashboard is updated and becomes more descriptive.
**This extension is compatible with ALL supported R Planet stake-able assets.** 擴展基本資訊
| 名稱 | |
| ID | aecnhcpcmoegapdipkefakofladpknle |
| 官方網址 | https://chromewebstore.google.com/detail/rplanet-asset-summary/aecnhcpcmoegapdipkefakofladpknle |
| 簡介 | Why no tables |
| 檔案大小 | 15.81 KB |
| 安裝次數 | 27 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-04-20 |
| 上架時間 | 2021-04-18 |
| 開發者 | the.nurbrun |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "rPlanet Asset Summary",
"description": "Why no tables",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo-16.png",
"32": "\/images\/logo-32.png",
"48": "\/images\/logo-48.png",
"128": "\/images\/logo-128.png"
}
},
"icons": {
"16": "\/images\/logo-16.png",
"32": "\/images\/logo-32.png",
"48": "\/images\/logo-48.png",
"128": "\/images\/logo-128.png"
}
} | |