Ethereum gas price alert

Wolfalert - Set your alarm to be notified when the ethereum gas price is low!

O que é Ethereum gas price alert?

Ethereum gas price alert é uma extensão do Chrome desenvolvida por pedro.reyes.solutions, e sua principal característica é "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ethereum gas price alert

Baixe arquivos de extensão Ethereum gas price alert 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

                        Ethereum gas price alert. 

A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.                    

Informações Básicas da Extensão

Nome Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
URL Oficial https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Descrição Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Tamanho do Arquivo 49.3 MB
Contagem de Instalações 154
Versão Atual 2.0.1
Última Atualização 2022-06-02
Data de Publicação 2021-07-28
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor pedro.reyes.solutions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wolfalert-prod.web.app/gas
URL da Página de Ajuda https://t.me/joinchat/RLkEMkRDOovu9tuR
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wolfalert",
    "name": "Ethereum gas price alert",
    "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts\/background.js",
        "type": "module"
    }
}