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
电子邮箱 [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
}