Feel the Fee

Check out real-time gas fees on Ethereum in whatever currency you like

Feel the Feeとは何ですか?

Feel the Feeはhttps://fee.financeによって開発されたChromeの拡張機能で、その主な機能は「Check out real-time gas fees on Ethereum in whatever currency you like」です。

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

screenshot
screenshot

Feel the Fee拡張機能のCRXファイルをダウンロード

Feel the Fee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now!                    

拡張機能の基本情報

名前 Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
公式URL https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
説明 Check out real-time gas fees on Ethereum in whatever currency you like
ファイルサイズ 606 KB
インストール数 52
現在のバージョン 1.3.1
最終更新日 2020-09-10
公開日 2020-08-27
開発者 https://fee.finance
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fee.finance
ヘルプページのURL https://github.com/harry830622/feel-the-fee/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feel the Fee",
    "version": "1.3.1",
    "description": "Check out real-time gas fees on Ethereum in whatever currency you like",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.coingecko.com\/*",
        "https:\/\/api.fee.finance\/*"
    ],
    "manifest_version": 2
}