Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
O que é Ethereum Gas Price Extension?
Ethereum Gas Price Extension é uma extensão do Chrome desenvolvida por https://ethprofit.net, e sua principal característica é "Displays the current gas price in Gwei and USD using your preferred gas price provider.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethereum Gas Price Extension
Baixe arquivos de extensão Ethereum 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
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
Informações Básicas da Extensão
Nome | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
URL Oficial | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
Descrição | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
Tamanho do Arquivo | 188 KB |
Contagem de Instalações | 1,508 |
Versão Atual | 1.00 |
Última Atualização | 2021-05-24 |
Data de Publicação | 2021-05-17 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | https://ethprofit.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ethprofit.net/ |
URL da Página de Ajuda | https://ethprofit.net/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |