rPlanet Asset Summary

Why no tables

rPlanet Asset Summary란 무엇입니까?

rPlanet Asset Summary은(는) the.nurbrun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Why no tables"입니다.

확장 프로그램 스크린샷

screenshot

rPlanet Asset Summary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}