QuickSwapAPY

QuickSwap APY Calculator

Vad är QuickSwapAPY?

QuickSwapAPY är en Chrome-tillägg utvecklad av grepole121, och dess huvudfunktion är "QuickSwap APY Calculator".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner QuickSwapAPY-förlängningens CRX-fil

Ladda ner QuickSwapAPY-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn QuickSwapAPY QuickSwapAPY
ID nifdpfodhfppdajlaemhhjijjpfjmpjb
Officiell webbadress https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb
Beskrivning QuickSwap APY Calculator
Filstorlek 26.01 KB
Antal Installationer 350
Aktuell Version 1.7.1
Senast Uppdaterad 2023-07-20
Publiceringsdatum 2021-03-17
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare grepole121
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/grepole121/quickswap_apy
Stödda Språk 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"
    ]
}