QuickSwapAPY
QuickSwap APY Calculator
Cos'è QuickSwapAPY?
QuickSwapAPY è un'estensione di Chrome sviluppata da grepole121, e la sua funzione principale è "QuickSwap APY Calculator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickSwapAPY
Scarica i file di estensione QuickSwapAPY in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | nifdpfodhfppdajlaemhhjijjpfjmpjb |
URL Ufficiale | https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb |
Descrizione | QuickSwap APY Calculator |
Dimensione del File | 26.01 KB |
Conteggio Installazioni | 350 |
Versione Corrente | 1.7.1 |
Ultimo Aggiornamento | 2023-07-20 |
Data di Pubblicazione | 2021-03-17 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | grepole121 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/grepole121/quickswap_apy |
Lingue Supportate | 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" ] } |