Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
O que é Ethereum Gas Price Extension?
Ethereum Gas Price Extension é uma extensão do Chrome desenvolvida por nieldlr, e sua principal característica é "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".
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 helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.
Informações Básicas da Extensão
Nome | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
URL Oficial | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
Descrição | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
Tamanho do Arquivo | 53.53 KB |
Contagem de Instalações | 91,740 |
Versão Atual | 2.0.3 |
Última Atualização | 2021-08-05 |
Data de Publicação | 2020-06-29 |
Classificação | 4.76/5 Total de 42 Avaliações |
Desenvolvedor | nieldlr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gaspriceextension.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension", "version": "2.0.3", "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.", "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 } } |