PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
Co to jest PlutusDex Enhancer?
PlutusDex Enhancer to rozszerzenie Chrome opracowane przez Breaking IT - Sebastian Stohr, a jego główną funkcją jest „Extension to add community based client-side features to PlutusDex”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PlutusDex Enhancer
Pobierz pliki rozszerzeń PlutusDex Enhancer 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
Adds csv download of the Banking statement, Pluton rewards, Crypto orders, Withdrawals and Transactions to the Plutus web app. 🚨 ⚠️ This project is no longer under active development. ⚠️ 🚨
Podstawowe informacje o rozszerzeniu
Nazwa | PlutusDex Enhancer |
ID | necjdfandaodcoeagkacmlapednbihgl |
Oficjalny URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
Opis | Extension to add community based client-side features to PlutusDex |
Rozmiar pliku | 146 KB |
Liczba instalacji | 937 |
Aktualna Wersja | 0.8.3 |
Ostatnia Aktualizacja | 2023-02-04 |
Data Publikacji | 2022-06-08 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | Breaking IT - Sebastian Stohr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dex.plutus.link/ |
Adres URL Strony Pomocy | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlutusDex Enhancer", "description": "Extension to add community based client-side features to PlutusDex", "version": "0.8.3", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "19": "\/images\/icon19.png", "32": "\/images\/icon32.png", "38": "\/images\/icon38.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/dex.plutus.it\/dashboard\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "16": "\/images\/icon16.png", "19": "\/images\/icon19.png", "32": "\/images\/icon32.png", "38": "\/images\/icon38.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |