PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
Hvad er PlutusDex Enhancer?
PlutusDex Enhancer er en Chrome-udvidelse udviklet af Breaking IT - Sebastian Stohr, og dens hovedfunktion er "Extension to add community based client-side features to PlutusDex".
Udvidelsesskærmbilleder
Download PlutusDex Enhancer-udvidelses-CRX-fil
Download PlutusDex Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. ⚠️ 🚨 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | necjdfandaodcoeagkacmlapednbihgl |
| Officiel URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
| Beskrivelse | Extension to add community based client-side features to PlutusDex |
| Filstørrelse | 146 KB |
| Antal Installationer | 937 |
| Nuværende Version | 0.8.3 |
| Senest Opdateret | 2023-02-04 |
| Udgivelsesdato | 2022-06-08 |
| Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
| Udvikler | Breaking IT - Sebastian Stohr |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://dex.plutus.link/ |
| Hjælpeside-URL | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
| Understøttede Sprog | 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"
}
} | |