Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

Hvad er Plutus Analytics Dashboard?

Plutus Analytics Dashboard er en Chrome-udvidelse udviklet af https://quentingosset.com, og dens hovedfunktion er "New graphical interface for Plutus with more features.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Plutus Analytics Dashboard-udvidelses-CRX-fil

Download Plutus Analytics Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Provide a dashboard a bit more advanced than the one provided by Plutus and to be able to better follow its evolution on the Plutus ecosystem.                    

Grundlæggende oplysninger om udvidelsen

Navn Plutus Analytics Dashboard Plutus Analytics Dashboard
ID goaipcbpmkahfbcdlpmoamemjhjlpcbm
Officiel URL https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm
Beskrivelse New graphical interface for Plutus with more features.
Filstørrelse 1.95 MB
Antal Installationer 1,061
Nuværende Version 1.0.9
Senest Opdateret 2024-02-19
Udgivelsesdato 2023-02-01
Bedømmelse 5.00/5 Samlet 18 Bedømmelser
Udvikler https://quentingosset.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/quentingosset/PlutusAnalyticsDashboard
Hjælpeside-URL https://github.com/quentingosset/PlutusAnalyticsDashboard
URL til Fortrolighedspolitik Side https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html
Understøttede Sprog en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/dex.plutus.it\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dex.plutus.it\/dashboard\/*"
    ],
    "description": "New graphical interface for Plutus with more features.",
    "icons": {
        "128": "\/icon\/icon128.png",
        "16": "\/icon\/icon16.png",
        "19": "\/icon\/icon19.png",
        "32": "\/icon\/icon32.png",
        "38": "\/icon\/icon38.png",
        "48": "\/icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Plutus Analytics Dashboard",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}