rPlanet Asset Summary
Why no tables
rPlanet Asset Summaryคืออะไร?
rPlanet Asset Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the.nurbrun และคุณลักษณะหลักของมันคือ "Why no tables"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rPlanet Asset Summary
ดาวน์โหลดไฟล์ส่วนขยาย 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.**
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | rPlanet Asset Summary |
ID | aecnhcpcmoegapdipkefakofladpknle |
URL อย่างเป็นทางการ | 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" } } |