Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Wat is Plutus Analytics Dashboard?
Plutus Analytics Dashboard is een Chrome-extensie ontwikkeld door https://quentingosset.com, en de belangrijkste functie is "New graphical interface for Plutus with more features.".
Extensie Screenshots
Download het CRX-bestand van de extensie Plutus Analytics Dashboard
Download Plutus Analytics Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Plutus Analytics Dashboard |
ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Officiële URL | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Beschrijving | New graphical interface for Plutus with more features. |
Bestandsgrootte | 1.95 MB |
Aantal Installaties | 1,061 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2024-02-19 |
Publicatiedatum | 2023-02-01 |
Beoordeling | 5.00/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://quentingosset.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/quentingosset/PlutusAnalyticsDashboard |
Help Pagina-URL | https://github.com/quentingosset/PlutusAnalyticsDashboard |
URL van de Privacybeleid Pagina | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
Ondersteunde Talen | 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" } |