PlutusDex Enhancer

Extension to add community based client-side features to PlutusDex

PlutusDex Enhancer란 무엇입니까?

PlutusDex Enhancer은(는) Breaking IT - Sebastian Stohr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to add community based client-side features to PlutusDex"입니다.

확장 프로그램 스크린샷

screenshot

PlutusDex Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds csv download of the Banking statement, Pluton rewards, Crypto orders, Withdrawals and Transactions to the Plutus web app.

🚨 ⚠️ This project is no longer under active development. ⚠️ 🚨                    

확장 프로그램 기본 정보

이름 PlutusDex Enhancer PlutusDex Enhancer
ID necjdfandaodcoeagkacmlapednbihgl
공식 URL https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl
설명 Extension to add community based client-side features to PlutusDex
파일 크기 146 KB
설치 횟수 937
현재 버전 0.8.3
최근 업데이트 2023-02-04
출시 날짜 2022-06-08
평점 4.83/5 총 6 개의 평점
개발자 Breaking IT - Sebastian Stohr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dex.plutus.link/
도움말 페이지 URL https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlutusDex Enhancer",
    "description": "Extension to add community based client-side features to PlutusDex",
    "version": "0.8.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "19": "\/images\/icon19.png",
            "32": "\/images\/icon32.png",
            "38": "\/images\/icon38.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dex.plutus.it\/dashboard\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "19": "\/images\/icon19.png",
        "32": "\/images\/icon32.png",
        "38": "\/images\/icon38.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}