PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
Co je PlutusDex Enhancer?
PlutusDex Enhancer je rozšíření Chrome vyvinuté Breaking IT - Sebastian Stohr, a jeho hlavní funkcí je „Extension to add community based client-side features to PlutusDex“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PlutusDex Enhancer
Stáhněte si soubory rozšíření PlutusDex Enhancer 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í
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. ⚠️ 🚨
Základní Informace o Rozšíření
Název | PlutusDex Enhancer |
ID | necjdfandaodcoeagkacmlapednbihgl |
Oficiální URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
Popis | Extension to add community based client-side features to PlutusDex |
Velikost souboru | 146 KB |
Počet instalací | 937 |
Aktuální Verze | 0.8.3 |
Poslední Aktualizace | 2023-02-04 |
Datum Vydání | 2022-06-08 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | Breaking IT - Sebastian Stohr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://dex.plutus.link/ |
URL Stránky Nápovědy | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
Podporované Jazyky | 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" } } |