QuickSwapAPY
QuickSwap APY Calculator
Qu'est-ce que QuickSwapAPY ?
QuickSwapAPY est une extension Chrome développée par grepole121, et sa fonction principale est "QuickSwap APY Calculator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickSwapAPY
Téléchargez les fichiers d'extension QuickSwapAPY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | nifdpfodhfppdajlaemhhjijjpfjmpjb |
URL Officiel | https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb |
Description | QuickSwap APY Calculator |
Taille du Fichier | 26.01 KB |
Nombre d'Installations | 350 |
Version Actuelle | 1.7.1 |
Dernière Mise à Jour | 2023-07-20 |
Date de Publication | 2021-03-17 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | grepole121 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/grepole121/quickswap_apy |
Langues Prises en Charge | 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" ] } |