BTC Gas Tracker
A chrome extension to track btc gas fee and show btc price
Qu'est-ce que BTC Gas Tracker ?
BTC Gas Tracker est une extension Chrome développée par Sam Richman, et sa fonction principale est "A chrome extension to track btc gas fee and show btc price".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTC Gas Tracker
Téléchargez les fichiers d'extension BTC Gas Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | BTC Gas Tracker |
ID | lplgmkcmoldknnlbiomdfjclhmiobpnh |
URL Officiel | https://chromewebstore.google.com/detail/btc-gas-tracker/lplgmkcmoldknnlbiomdfjclhmiobpnh |
Description | A chrome extension to track btc gas fee and show btc price |
Taille du Fichier | 4.49 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-05-21 |
Date de Publication | 2023-05-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sam Richman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } ] } |