Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Co je Plutus Analytics Dashboard?
Plutus Analytics Dashboard je rozšíření Chrome vyvinuté https://quentingosset.com, a jeho hlavní funkcí je „New graphical interface for Plutus with more features.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Plutus Analytics Dashboard
Stáhněte si soubory rozšíření Plutus Analytics Dashboard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Plutus Analytics Dashboard |
ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Oficiální URL | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Popis | New graphical interface for Plutus with more features. |
Velikost souboru | 1.95 MB |
Počet instalací | 1,061 |
Aktuální Verze | 1.0.9 |
Poslední Aktualizace | 2024-02-19 |
Datum Vydání | 2023-02-01 |
Hodnocení | 5.00/5 Celkem 18 Hodnocení |
Vývojář | https://quentingosset.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/quentingosset/PlutusAnalyticsDashboard |
URL Stránky Nápovědy | https://github.com/quentingosset/PlutusAnalyticsDashboard |
URL Stránky Zásad Ochrany Soukromí | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
Podporované Jazyky | 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" } |