QuickSwapAPY
QuickSwap APY Calculator
什麼是QuickSwapAPY?
QuickSwapAPY是由grepole121開發的Chrome擴展程式,該擴展的主要功能是“QuickSwap APY Calculator”。
擴展截圖
下載QuickSwapAPY擴展crx文件
下載QuickSwapAPY擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | nifdpfodhfppdajlaemhhjijjpfjmpjb |
官方網址 | https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb |
簡介 | QuickSwap APY Calculator |
檔案大小 | 26.01 KB |
安裝次數 | 350 |
目前版本 | 1.7.1 |
更新時間 | 2023-07-20 |
上架時間 | 2021-03-17 |
評分 | 5.00/5 共 8 次評分 |
開發者 | grepole121 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/grepole121/quickswap_apy |
支援的語言 | 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" ] } |