QuickSwapAPY

QuickSwap APY Calculator

QuickSwapAPYとは何ですか?

QuickSwapAPYはgrepole121によって開発されたChromeの拡張機能で、その主な機能は「QuickSwap APY Calculator」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 QuickSwapAPY QuickSwapAPY
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
Eメール [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"
    ]
}