QuickSwapAPY

QuickSwap APY Calculator

Hvad er QuickSwapAPY?

QuickSwapAPY er en Chrome-udvidelse udviklet af grepole121, og dens hovedfunktion er "QuickSwap APY Calculator".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download QuickSwapAPY-udvidelses-CRX-fil

Download QuickSwapAPY-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn QuickSwapAPY QuickSwapAPY
ID nifdpfodhfppdajlaemhhjijjpfjmpjb
Officiel URL https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb
Beskrivelse QuickSwap APY Calculator
Filstørrelse 26.01 KB
Antal Installationer 350
Nuværende Version 1.7.1
Senest Opdateret 2023-07-20
Udgivelsesdato 2021-03-17
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler grepole121
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/grepole121/quickswap_apy
Understøttede Sprog 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"
    ]
}