Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
O que é Feel the Fee?
Feel the Fee é uma extensão do Chrome desenvolvida por https://fee.finance, e sua principal característica é "Check out real-time gas fees on Ethereum in whatever currency you like".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Feel the Fee
Baixe arquivos de extensão Feel the Fee no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
URL Oficial | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Descrição | Check out real-time gas fees on Ethereum in whatever currency you like |
Tamanho do Arquivo | 606 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.3.1 |
Última Atualização | 2020-09-10 |
Data de Publicação | 2020-08-27 |
Desenvolvedor | https://fee.finance |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fee.finance |
URL da Página de Ajuda | https://github.com/harry830622/feel-the-fee/issues |
Idiomas Suportados | 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 } |