Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

Was ist Plutus Analytics Dashboard?

Plutus Analytics Dashboard ist eine Chrome-Erweiterung, die von https://quentingosset.com entwickelt wurde, und ihr Hauptmerkmal ist "New graphical interface for Plutus with more features.".

Erweiterungsscreenshots

screenshot
screenshot

Plutus Analytics Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plutus Analytics Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Plutus Analytics Dashboard Plutus Analytics Dashboard
ID goaipcbpmkahfbcdlpmoamemjhjlpcbm
Offizielle URL https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm
Beschreibung New graphical interface for Plutus with more features.
Dateigröße 1.95 MB
Installationsanzahl 1,061
Aktuelle Version 1.0.9
Letztes Update 2024-02-19
Veröffentlichungsdatum 2023-02-01
Bewertung 5.00/5 Insgesamt 18 Bewertungen
Entwickler https://quentingosset.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/quentingosset/PlutusAnalyticsDashboard
Hilfeseite URL https://github.com/quentingosset/PlutusAnalyticsDashboard
URL der Datenschutzrichtlinien-Seite https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html
Unterstützte Sprachen 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"
}