ETH Gas Price

Displays the current gas price (in gwei and not in $) using your preferred gas price provider.

O que é ETH Gas Price?

ETH Gas Price é uma extensão do Chrome desenvolvida por Pato, e sua principal característica é "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ETH Gas Price

Baixe arquivos de extensão ETH Gas Price 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

                        ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.                    

Informações Básicas da Extensão

Nome ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
URL Oficial https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Descrição Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Tamanho do Arquivo 79.78 KB
Contagem de Instalações 159
Versão Atual 1.0
Última Atualização 2021-06-22
Data de Publicação 2021-06-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Pato
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/patobiskoto/gas
URL da Página de Ajuda https://github.com/patobiskoto/gas
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "version": "1.0",
    "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "ETH Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}