Fantom Gas Tracker
Gas tracker on fantom network
O que é Fantom Gas Tracker?
Fantom Gas Tracker é uma extensão do Chrome desenvolvida por vbalko, e sua principal característica é "Gas tracker on fantom network".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fantom Gas Tracker
Baixe arquivos de extensão Fantom Gas Tracker 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
Fantom Gas Tracker shows actual information about gas price in Fantom Opera network. It takes data from official https://ftmscan.com/gastracker page and shows it in accessible and convenient way in your chrome toolbar, so you can always see actual price. The badge displays the current gas price estimation for "standard" transaction speed: not too slow, not too fast. Clicking on the badge displays price estimations for different speed expectations ("standard", "fast", and "rapid" transaction times). Changelog: v0.6.0: added gas treshold - beeps when gas price is under the set treshold. Beeps only when checked.
Informações Básicas da Extensão
Nome | Fantom Gas Tracker |
ID | nmeagajpagaeececladekenjgemhaohe |
URL Oficial | https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe |
Descrição | Gas tracker on fantom network |
Tamanho do Arquivo | 134 KB |
Contagem de Instalações | 121 |
Versão Atual | 0.6.0 |
Última Atualização | 2022-03-04 |
Data de Publicação | 2022-01-27 |
Desenvolvedor | vbalko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://vbalko.github.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fantom Gas Tracker", "description": "Gas tracker on fantom network", "version": "0.6.0", "action": { "default_title": "Fantom Gas Tracker", "default_icon": "icons\/icon_256.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage" ] } |