BTC Gas Tracker
A chrome extension to track btc gas fee and show btc price
O que é BTC Gas Tracker?
BTC Gas Tracker é uma extensão do Chrome desenvolvida por Sam Richman, e sua principal característica é "A chrome extension to track btc gas fee and show btc price".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BTC Gas Tracker
Baixe arquivos de extensão BTC 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
Bitcoin Gas Tracker is a Chrome extension that helps you keep track of the current gas fees on the Bitcoin network. It provides real-time updates on the fastest fee rate, so you can optimize your transactions and save money on fees. In addition to gas fees, Bitcoin Gas Tracker also displays the current price of Bitcoin in USD, so you can stay up-to-date on the latest market trends. With Bitcoin Gas Tracker, you can: Monitor the current gas fees on the Bitcoin network Optimize your transactions to save money on fees Stay up-to-date on the latest Bitcoin price in USD Bitcoin Gas Tracker is easy to use and provides valuable information for anyone who uses Bitcoin. Install it today and start tracking your gas fees and Bitcoin price!
Informações Básicas da Extensão
Nome | BTC Gas Tracker |
ID | lplgmkcmoldknnlbiomdfjclhmiobpnh |
URL Oficial | https://chromewebstore.google.com/detail/btc-gas-tracker/lplgmkcmoldknnlbiomdfjclhmiobpnh |
Descrição | A chrome extension to track btc gas fee and show btc price |
Tamanho do Arquivo | 4.49 MB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-05-21 |
Data de Publicação | 2023-05-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Sam Richman |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to track btc gas fee and show btc price", "version": "0.0.1", "manifest_version": 3, "name": "BTC Gas Tracker", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/bitcoin.png", "32": "assets\/icons\/bitcoin.png", "48": "assets\/icons\/bitcoin.png", "128": "assets\/icons\/bitcoin.png" }, "default_title": "BTC Gas Tracker" }, "chrome_url_overrides": [], "permissions": [ "alarms" ], "icons": { "16": "assets\/icons\/bitcoin.png", "32": "assets\/icons\/bitcoin.png", "48": "assets\/icons\/bitcoin.png", "128": "assets\/icons\/bitcoin.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "assets\/icons\/bitcoin.png", "iassets\/icons\/bitcoin.png" ], "matches": [] } ] } |