Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Co to jest Plutus Analytics Dashboard?
Plutus Analytics Dashboard to rozszerzenie Chrome opracowane przez https://quentingosset.com, a jego główną funkcją jest „New graphical interface for Plutus with more features.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Plutus Analytics Dashboard
Pobierz pliki rozszerzeń Plutus Analytics Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Plutus Analytics Dashboard |
ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Oficjalny URL | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
Opis | New graphical interface for Plutus with more features. |
Rozmiar pliku | 1.95 MB |
Liczba instalacji | 1,061 |
Aktualna Wersja | 1.0.9 |
Ostatnia Aktualizacja | 2024-02-19 |
Data Publikacji | 2023-02-01 |
Ocena | 5.00/5 Łącznie 18 Oceny |
Deweloper | https://quentingosset.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/quentingosset/PlutusAnalyticsDashboard |
Adres URL Strony Pomocy | https://github.com/quentingosset/PlutusAnalyticsDashboard |
Adres URL Strony Polityki Prywatności | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
Obsługiwane Języki | 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" } |