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 |
官方URL | 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" ] } |