BTC Gas Tracker
A chrome extension to track btc gas fee and show btc price
什麼是BTC Gas Tracker?
BTC Gas Tracker是由Sam Richman開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to track btc gas fee and show btc price”。
擴展截圖
下載BTC Gas Tracker擴展crx文件
下載BTC Gas Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | BTC Gas Tracker |
ID | lplgmkcmoldknnlbiomdfjclhmiobpnh |
官方網址 | https://chromewebstore.google.com/detail/btc-gas-tracker/lplgmkcmoldknnlbiomdfjclhmiobpnh |
簡介 | A chrome extension to track btc gas fee and show btc price |
檔案大小 | 4.49 MB |
安裝次數 | 1,000 |
目前版本 | 0.0.1 |
更新時間 | 2023-05-21 |
上架時間 | 2023-05-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Sam Richman |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [] } ] } |