QuickSwapAPY
QuickSwap APY Calculator
Wat is QuickSwapAPY?
QuickSwapAPY is een Chrome-extensie ontwikkeld door grepole121, en de belangrijkste functie is "QuickSwap APY Calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickSwapAPY
Download QuickSwapAPY-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nifdpfodhfppdajlaemhhjijjpfjmpjb |
Officiële URL | https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb |
Beschrijving | QuickSwap APY Calculator |
Bestandsgrootte | 26.01 KB |
Aantal Installaties | 350 |
Huidige Versie | 1.7.1 |
Laatst Bijgewerkt | 2023-07-20 |
Publicatiedatum | 2021-03-17 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | grepole121 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/grepole121/quickswap_apy |
Ondersteunde Talen | 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" ] } |