ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
O que é ETH gas alerts?
ETH gas alerts é uma extensão do Chrome desenvolvida por ethgasalert, e sua principal característica é "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ETH gas alerts
Baixe arquivos de extensão ETH gas alerts 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
Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute. Powered by Etherscan.io APIs
Informações Básicas da Extensão
Nome | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
URL Oficial | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Descrição | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Tamanho do Arquivo | 29.32 KB |
Contagem de Instalações | 4,139 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-11-28 |
Data de Publicação | 2020-11-24 |
Classificação | 4.00/5 Total de 9 Avaliações |
Desenvolvedor | ethgasalert |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH gas alerts", "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold", "version": "0.0.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "ethereum16.png", "48": "ethereum48.png", "128": "ethereum128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'" } |