QuickSwapAPY
QuickSwap APY Calculator
Was ist QuickSwapAPY?
QuickSwapAPY ist eine Chrome-Erweiterung, die von grepole121 entwickelt wurde, und ihr Hauptmerkmal ist "QuickSwap APY Calculator".
Erweiterungsscreenshots
QuickSwapAPY-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuickSwapAPY-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Calculates and displays the APY for various pools on QuickSwap! This makes it so you don't need to manually calculate for every pool! It also works out your total deposits across multiple pools and the total QUICK per day you're earning along with the equivalent USD value! Now it will automatically re-run when you click to a new page! There are also options so you can customise the extension! Source code: https://github.com/grepole121/quickswap_apy
Grundlegende Informationen zur Erweiterung
Name | |
ID | nifdpfodhfppdajlaemhhjijjpfjmpjb |
Offizielle URL | https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb |
Beschreibung | QuickSwap APY Calculator |
Dateigröße | 26.01 KB |
Installationsanzahl | 350 |
Aktuelle Version | 1.7.1 |
Letztes Update | 2023-07-20 |
Veröffentlichungsdatum | 2021-03-17 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | grepole121 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/grepole121/quickswap_apy |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickSwapAPY", "version": "1.7.1", "manifest_version": 2, "description": "QuickSwap APY Calculator", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ] } |