PlutusDex Enhancer

Extension to add community based client-side features to PlutusDex

Cos'è PlutusDex Enhancer?

PlutusDex Enhancer è un'estensione di Chrome sviluppata da Breaking IT - Sebastian Stohr, e la sua funzione principale è "Extension to add community based client-side features to PlutusDex".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PlutusDex Enhancer

Scarica i file di estensione PlutusDex Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. ⚠️ 🚨                    

Informazioni di Base sull'Estensione

Nome PlutusDex Enhancer PlutusDex Enhancer
ID necjdfandaodcoeagkacmlapednbihgl
URL Ufficiale https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl
Descrizione Extension to add community based client-side features to PlutusDex
Dimensione del File 146 KB
Conteggio Installazioni 937
Versione Corrente 0.8.3
Ultimo Aggiornamento 2023-02-04
Data di Pubblicazione 2022-06-08
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Breaking IT - Sebastian Stohr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dex.plutus.link/
URL della Pagina di Aiuto https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues
Lingue Supportate 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"
    }
}