Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
O que é Fantom Gas Price Extension?
Fantom Gas Price Extension é uma extensão do Chrome desenvolvida por PeaStew, e sua principal característica é "Displays the current gas price using your preferred gas price provider.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fantom Gas Price Extension
Baixe arquivos de extensão Fantom Gas Price Extension 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
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Informações Básicas da Extensão
Nome | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL Oficial | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Descrição | Displays the current gas price using your preferred gas price provider. |
Tamanho do Arquivo | 78.2 KB |
Contagem de Instalações | 58 |
Versão Atual | 0.0.1 |
Última Atualização | 2022-02-14 |
Data de Publicação | 2022-02-14 |
Desenvolvedor | PeaStew |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/PeaStew/fantom-gas-price-extension |
URL da Página de Ajuda | https://github.com/PeaStew/fantom-gas-price-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |