rPlanet Asset Summary

Why no tables

rPlanet Asset Summary क्या है?

rPlanet Asset Summary the.nurbrun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Why no tables"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rPlanet Asset Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}