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”。
擴展截圖
下載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 |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
官方網址 | 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 } |